From: Mark Kettenis Date: Sun, 14 Nov 2021 12:09:54 +0000 (+0100) Subject: arm: apple: Remove CONFIG_SYS_SDRAM_BASE X-Git-Tag: v2025.01-rc5-pxa1908~1591^2~1^2~1 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B?a=commitdiff_plain;h=3bbd6c0152309709c335ed5f2335be29346d2d3a;p=u-boot.git arm: apple: Remove CONFIG_SYS_SDRAM_BASE 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 Reviewed-by: Simon Glass Tested-by: Simon Glass --- diff --git a/include/configs/apple.h b/include/configs/apple.h index 9cf20fc833..3e5fb495f1 100644 --- a/include/configs/apple.h +++ b/include/configs/apple.h @@ -3,8 +3,6 @@ #include -#define CONFIG_SYS_SDRAM_BASE 0x880000000 - /* Environment */ #define ENV_DEVICE_SETTINGS \ "stdin=serial,usbkbd\0" \