aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/bcm963158.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/bcm963158.h')
-rw-r--r--include/configs/bcm963158.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/bcm963158.h b/include/configs/bcm963158.h
new file mode 100644
index 00000000000..f4739633586
--- /dev/null
+++ b/include/configs/bcm963158.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2022 Broadcom Ltd.
+ */
+
+#ifndef __BCM963158_H
+#define __BCM963158_H
+
+#define CONFIG_SYS_SDRAM_BASE 0x00000000
+
+#ifdef CONFIG_MTD_RAW_NAND
+#define CONFIG_SYS_MAX_NAND_DEVICE 1
+#endif /* CONFIG_MTD_RAW_NAND */
+
+#endif