aboutsummaryrefslogtreecommitdiff
path: root/configs/at91sam9rlek_mmc_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-24 17:18:03 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:47 -0400
commit2c32f24f95bcf24578ea3b24f585ef9e8cde050e (patch)
treeae7cb1682b903bc2024809f1070cae0354f5ba94 /configs/at91sam9rlek_mmc_defconfig
parent7505588342a53eb0e0ef33fbeba6c4055a4168de (diff)
downloadu-boot-2c32f24f95bcf24578ea3b24f585ef9e8cde050e.zip
u-boot-2c32f24f95bcf24578ea3b24f585ef9e8cde050e.tar.gz
u-boot-2c32f24f95bcf24578ea3b24f585ef9e8cde050e.tar.bz2
at91: Switch to SD_BOOT / CONFIG_NAND_BOOT
The values CONFIG_SYS_USE_NANDFLASH and CONFIG_SYS_USE_MMC serve the same purpose as CONFIG_SD_BOOT / CONFIG_NAND_BOOT so migrate to using these switches instead as they're already in Kconfig. Cc: Stelian Pop <stelian@popies.net> Cc: Heiko Schocher <hs@denx.de> Cc: Daniel Gorsulowski <daniel.gorsulowski@esd.eu> Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9rlek_mmc_defconfig')
-rw-r--r--configs/at91sam9rlek_mmc_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/at91sam9rlek_mmc_defconfig b/configs/at91sam9rlek_mmc_defconfig
index 6b6ee62..69d97ac 100644
--- a/configs/at91sam9rlek_mmc_defconfig
+++ b/configs/at91sam9rlek_mmc_defconfig
@@ -16,7 +16,7 @@ CONFIG_DEBUG_UART_BASE=0xfffff200
CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x22000000
-CONFIG_SYS_EXTRA_OPTIONS="SYS_USE_MMC"
+CONFIG_SD_BOOT=y
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 mtdparts=atmel_nand:8M(bootstrap/uboot/kernel)ro,-(rootfs) root=/dev/mmcblk0p2 rw rootwait"