[U-Boot] [PATCH] ARM: rmobile: salvator-x: Update defconfig

Nobuhiro Iwamatsu iwamatsu at nigauri.org
Wed Aug 10 06:31:52 CEST 2016


This moves some config from config files.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 configs/salvator-x_defconfig | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig
index 1cfdbd6..e16acd3 100644
--- a/configs/salvator-x_defconfig
+++ b/configs/salvator-x_defconfig
@@ -1,4 +1,12 @@
 CONFIG_ARM=y
+CONFIG_ARCH_RMOBILE=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_RCAR_GEN3=y
 CONFIG_TARGET_SALVATOR_X=y
-CONFIG_SPL=y
+CONFIG_BOOTSTAGE_USER_COUNT=0x20
+CONFIG_BOOTSTAGE_STASH_ADDR=0x0
+CONFIG_BOOTSTAGE_STASH_SIZE=0x4096
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMI is not set
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_XIMG is not set
-- 
2.8.1



More information about the U-Boot mailing list