aboutsummaryrefslogtreecommitdiff
path: root/include/configs/taurus.h
diff options
context:
space:
mode:
authorTom Rini2022-03-24 17:18:03 -0400
committerTom Rini2022-04-01 10:28:47 -0400
commit2c32f24f95bcf24578ea3b24f585ef9e8cde050e (patch)
treeae7cb1682b903bc2024809f1070cae0354f5ba94 /include/configs/taurus.h
parent7505588342a53eb0e0ef33fbeba6c4055a4168de (diff)
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 'include/configs/taurus.h')
-rw-r--r--include/configs/taurus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 3752fefc554..77d80bfc981 100644
--- a/include/configs/taurus.h
+++ b/include/configs/taurus.h
@@ -152,7 +152,6 @@
#define CONFIG_SPL_BSS_MAX_SIZE (3 * SZ_512)
#define CONFIG_SYS_NAND_ENABLE_PIN_SPL (2*32 + 14)
-#define CONFIG_SYS_USE_NANDFLASH 1
#define CONFIG_SPL_NAND_RAW_ONLY
#define CONFIG_SPL_NAND_SOFTECC
#define CONFIG_SYS_NAND_U_BOOT_SIZE SZ_512K