提交 ba75a81a 编写于 作者: T Tom Rini 提交者: Albert ARIBAUD

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: NTom Rini <trini@ti.com>
Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
上级 2d01dd95
......@@ -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 */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册