diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-13 13:48:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-13 13:52:33 -0400 |
commit | 8728c97eff5bd95f58320f886ae305f17931a374 (patch) | |
tree | 75b41f0154ceb8f747082881661189f9c146d085 /configs/at91sam9261ek_nandflash_defconfig | |
parent | c9592e3c5c97981787c0d82f768a6971deb4837d (diff) | |
download | u-boot-8728c97eff5bd95f58320f886ae305f17931a374.tar.gz |
configs: Re-sync
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9261ek_nandflash_defconfig')
-rw-r--r-- | configs/at91sam9261ek_nandflash_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9261ek_nandflash_defconfig b/configs/at91sam9261ek_nandflash_defconfig index 4760c4e07b..16f5defa43 100644 --- a/configs/at91sam9261ek_nandflash_defconfig +++ b/configs/at91sam9261ek_nandflash_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y -# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9261,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set @@ -19,6 +18,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y CONFIG_CMD_FAT=y +# CONFIG_MMC is not set CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_LCD=y |