diff options
author | Mark Kettenis <kettenis@openbsd.org> | 2021-11-14 13:09:54 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-04 22:48:49 -0500 |
commit | 3bbd6c0152309709c335ed5f2335be29346d2d3a (patch) | |
tree | eefe4a000b97773786d9292caf6da709cd00f9b5 /include/configs/apple.h | |
parent | 439581dca4c786dbbdd2d6be024e0b907a3b0c80 (diff) | |
download | u-boot-3bbd6c0152309709c335ed5f2335be29346d2d3a.tar.gz |
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 <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/apple.h')
-rw-r--r-- | include/configs/apple.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/sizes.h> -#define CONFIG_SYS_SDRAM_BASE 0x880000000 - /* Environment */ #define ENV_DEVICE_SETTINGS \ "stdin=serial,usbkbd\0" \ |