diff options
author | Tom Rini | 2020-10-09 12:22:06 -0400 |
---|---|---|
committer | Tom Rini | 2020-10-09 12:22:06 -0400 |
commit | 0817daa7606ec55ba551acb0208eaba33a548804 (patch) | |
tree | 760afc39c86954919d0a3abe3b9edba4a49dbe36 /configs/mx53loco_defconfig | |
parent | 1fa057be4a1b7c9615a47f682bd82951e8a5fde6 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx53loco_defconfig')
-rw-r--r-- | configs/mx53loco_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig index 0d366c29fb2..a1096a7f93f 100644 --- a/configs/mx53loco_defconfig +++ b/configs/mx53loco_defconfig @@ -6,11 +6,11 @@ CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xC0000 CONFIG_TARGET_MX53LOCO=y # CONFIG_CMD_BMODE is not set +CONFIG_SUPPORT_RAW_INITRD=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53loco/imximage.cfg" CONFIG_USE_PREBOOT=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y -CONFIG_SUPPORT_RAW_INITRD=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_MMC=y |