summaryrefslogtreecommitdiff
path: root/include/configs/bcm96855.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/bcm96855.h')
-rw-r--r--include/configs/bcm96855.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/bcm96855.h b/include/configs/bcm96855.h
new file mode 100644
index 0000000000..6e420f2c66
--- /dev/null
+++ b/include/configs/bcm96855.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2022 Broadcom Ltd.
+ */
+
+#ifndef __BCM96855_H
+#define __BCM96855_H
+
+#define CONFIG_SYS_SDRAM_BASE 0x00000000
+
+#endif