diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-19 09:47:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-19 09:47:40 -0400 |
commit | fb82fe385173fdf7b55e50e4f343ae37a41cdbaa (patch) | |
tree | a7cf3d2a4e0e1281504c9563a59b8e75d3726080 /configs/pepper_defconfig | |
parent | eab76dfd5b6a1930351845bfdbb03cc742f69e98 (diff) | |
download | u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.tar.gz u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.tar.bz2 u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.zip |
configs: Resync defconfigs
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pepper_defconfig')
-rw-r--r-- | configs/pepper_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pepper_defconfig b/configs/pepper_defconfig index 4b122d6d8c..11570a8126 100644 --- a/configs/pepper_defconfig +++ b/configs/pepper_defconfig @@ -10,12 +10,12 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_SPL_FAT_SUPPORT=y -CONFIG_SPL_POWER_SUPPORT=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y CONFIG_SPL_EXT_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y +CONFIG_SPL_POWER_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="pepper# " CONFIG_CMD_BOOTZ=y |