Преглед изворни кода

devkit8000: Add malloc space

With malloc support being a new requirement for all ARM SPL
implementations, define a small area for use on devkit8000.

Cc: Frederik Kriewitz <frederik@kriewitz.eu>
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Tom Rini пре 13 година
родитељ
комит
ba75a81a7a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      include/configs/devkit8000.h

+ 3 - 0
include/configs/devkit8000.h

@@ -358,4 +358,7 @@
 #define CONFIG_SYS_NAND_U_BOOT_OFFS	0x80000
 #define CONFIG_SYS_NAND_U_BOOT_SIZE	0x200000
 
+#define CONFIG_SYS_SPL_MALLOC_START	0x80108000
+#define CONFIG_SYS_SPL_MALLOC_SIZE	0x100000	/* 1 MB */
+
 #endif /* __CONFIG_H */