diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-19 09:33:42 -0600 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2015-08-21 16:39:39 -0500 |
commit | b880fcf02128401c823f2a42aca6ae52df5f8625 (patch) | |
tree | 160330a1c49a439c20972e4c8a821adf85185d15 /configs/tqma6s_wru4_mmc_defconfig | |
parent | c294ac5c16f5ad5107b051f4a0de46d04d8ce13b (diff) | |
download | u-boot-b880fcf02128401c823f2a42aca6ae52df5f8625.tar.gz u-boot-b880fcf02128401c823f2a42aca6ae52df5f8625.tar.xz u-boot-b880fcf02128401c823f2a42aca6ae52df5f8625.zip |
Tidy up some defconfig files
Several files are out of order. This means that when the moveconfig tool
moves CONFIG options to Kconfig it generates a large diff. To avoid this,
reorder the files first.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/tqma6s_wru4_mmc_defconfig')
-rw-r--r-- | configs/tqma6s_wru4_mmc_defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/tqma6s_wru4_mmc_defconfig b/configs/tqma6s_wru4_mmc_defconfig index 66ac0b1b7f..c9a304d8c0 100644 --- a/configs/tqma6s_wru4_mmc_defconfig +++ b/configs/tqma6s_wru4_mmc_defconfig @@ -3,11 +3,9 @@ CONFIG_ARCH_MX6=y CONFIG_TARGET_TQMA6=y CONFIG_TQMA6S=y CONFIG_WRU4=y -CONFIG_CMD_SETEXPR=y -CONFIG_CMD_NET=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n" CONFIG_AUTOBOOT_ENCRYPTION=y CONFIG_AUTOBOOT_STOP_STR_SHA256="36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068" -CONFIG_PCA9551_LED=y CONFIG_SPI_FLASH=y +CONFIG_PCA9551_LED=y |