arm: apple: Remove CONFIG_SYS_SDRAM_BASE
authorMark Kettenis <kettenis@openbsd.org>
Sun, 14 Nov 2021 12:09:54 +0000 (13:09 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 5 Jan 2022 03:48:49 +0000 (22:48 -0500)
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@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
include/configs/apple.h

index 9cf20fc..3e5fb49 100644 (file)
@@ -3,8 +3,6 @@
 
 #include <linux/sizes.h>
 
-#define CONFIG_SYS_SDRAM_BASE  0x880000000
-
 /* Environment */
 #define ENV_DEVICE_SETTINGS \
        "stdin=serial,usbkbd\0" \