diff options
author | Tom Rini <trini@konsulko.com> | 2017-12-18 20:19:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-18 20:19:09 -0500 |
commit | 7af2e3648f3f6d726f6476745c2eec5de709a702 (patch) | |
tree | 2de1a0b5eb5f3f39be0aff3352499263aebb1e10 /configs/vexpress_ca15_tc2_defconfig | |
parent | eeab579aa8d76b96afbd0862029d4452943bafbe (diff) | |
download | u-boot-7af2e3648f3f6d726f6476745c2eec5de709a702.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_ca15_tc2_defconfig')
-rw-r--r-- | configs/vexpress_ca15_tc2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_ca15_tc2_defconfig b/configs/vexpress_ca15_tc2_defconfig index 4a0fb5e548..919db9bf78 100644 --- a/configs/vexpress_ca15_tc2_defconfig +++ b/configs/vexpress_ca15_tc2_defconfig @@ -1,8 +1,8 @@ CONFIG_ARM=y CONFIG_TARGET_VEXPRESS_CA15_TC2=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_BOOTCOMMAND="run distro_bootcmd; run bootflash" CONFIG_OF_BOARD_SETUP=y +CONFIG_BOOTCOMMAND="run distro_bootcmd; run bootflash" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_CONSOLE is not set |