[PATCH] arm: apple: Remove CONFIG_SYS_SDRAM_BASE

Mark Kettenis kettenis at openbsd.org
Sun Nov 14 13:09:54 CET 2021


The memory layout is taken from the device tree passed to us by
m1n1, so there is no need to define this.

Signed-off-by: Mark Kettenis <kettenis at openbsd.org>
---
 include/configs/apple.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/apple.h b/include/configs/apple.h
index b1f6043174..112724883b 100644
--- a/include/configs/apple.h
+++ b/include/configs/apple.h
@@ -3,8 +3,6 @@
 
 #include <linux/sizes.h>
 
-#define CONFIG_SYS_SDRAM_BASE	0x880000000
-
 #define CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE	CONFIG_SYS_TEXT_BASE
 
 /* Environment */
-- 
2.33.1



More information about the U-Boot mailing list