diff options
author | Nobuhiro Iwamatsu | 2016-08-04 13:46:02 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2016-08-17 10:25:36 +0900 |
commit | 544661bdbf12b2f0d23101404c89565df2ffaffb (patch) | |
tree | 1d3cc329b985fb39b1f90e2a6f4c3d8bf1783cb4 | |
parent | b1db95492ac1d51617fc34bdc44f98670dc7641a (diff) |
ARM: rmobile: salvator-x: Update defconfig
This moves some config from config files.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r-- | configs/salvator-x_defconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig index 1cfdbd684f8..e16acd3e560 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 |