diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 17:48:01 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-29 17:48:01 +0300 |
commit | cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf (patch) | |
tree | 07da2b52545376d2c72b1ff7089a4af1570b7783 /configs/sansa_fuze_plus_defconfig | |
parent | 5a4a891e045ba65ffbee10c3f71b2eaafca872ad (diff) | |
download | u-boot-cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf.tar.xz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sansa_fuze_plus_defconfig')
-rw-r--r-- | configs/sansa_fuze_plus_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/sansa_fuze_plus_defconfig b/configs/sansa_fuze_plus_defconfig index 7a41f990bf..b0b8926c27 100644 --- a/configs/sansa_fuze_plus_defconfig +++ b/configs/sansa_fuze_plus_defconfig @@ -13,7 +13,6 @@ CONFIG_SPL=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200n8 " -# CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y @@ -44,5 +43,4 @@ CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_USB_ETHER=y CONFIG_USB_ETH_CDC=y -# CONFIG_VIDEO is not set CONFIG_OF_LIBFDT=y |