aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/configs/smartweb.h1
-rw-r--r--include/configs/taurus.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h
index 7c6cc48..aca7870 100644
--- a/include/configs/smartweb.h
+++ b/include/configs/smartweb.h
@@ -134,7 +134,6 @@
#define CONFIG_SYS_SPL_MALLOC_SIZE CONFIG_SYS_MALLOC_LEN
#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
diff --git a/include/configs/taurus.h b/include/configs/taurus.h
index 3752fef..77d80bf 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