
14 Nov
2021
14 Nov
'21
1:09 p.m.
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 --- 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