diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-13 20:05:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-13 20:05:58 -0400 |
commit | 323ba02d426f01d146bd37e4334851554d34aba8 (patch) | |
tree | 163c426c4b2951d0deb18fec7eba3835b876fcca /configs | |
parent | f65b82ffbe3400af1d674a8afa48b2be6faa1c2a (diff) | |
download | u-boot-323ba02d426f01d146bd37e4334851554d34aba8.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')
-rw-r--r-- | configs/omap3_evm_defconfig | 4 | ||||
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index c53f439618..119ead4823 100644 --- a/configs/omap3_evm_defconfig +++ b/configs/omap3_evm_defconfig @@ -37,10 +37,9 @@ CONFIG_SPL_PARTITION_UUIDS=y CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SPL_DM=y +# CONFIG_SPL_BLK is not set CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82000000 -CONFIG_BLK=y -# CONFIG_SPL_BLK is not set CONFIG_DM_MMC=y # CONFIG_SPL_DM_MMC is not set CONFIG_MMC_OMAP_HS=y @@ -53,7 +52,6 @@ CONFIG_NETDEVICES=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x2C000000 CONFIG_SMC911X_32_BIT=y -CONFIG_CONS_INDEX=1 CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 964e9b9a1d..36659cb5aa 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -46,7 +46,6 @@ CONFIG_NETDEVICES=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x08000000 CONFIG_SMC911X_32_BIT=y -CONFIG_CONS_INDEX=1 CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y |