diff options
author | Adam Ford <aford173@gmail.com> | 2020-07-03 08:09:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 16:18:10 -0400 |
commit | 38791064142776c635fa3279dde4990eaed5fe35 (patch) | |
tree | 569ca467d43f06cc15f72584c338a5fef0d3e66c /include/configs/sama5d3xek.h | |
parent | 0c4a63438cf78b3c9a971347435ce34edbe1658d (diff) |
Convert CONFIG_SPL_NAND_BASE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_NAND_BASE
CONFIG_SPL_NAND_IDENT
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/sama5d3xek.h')
-rw-r--r-- | include/configs/sama5d3xek.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 8d511b1f08..4185826e37 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -83,8 +83,6 @@ #ifdef CONFIG_SD_BOOT #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#elif CONFIG_NAND_BOOT -#define CONFIG_SPL_NAND_BASE #endif #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 #define CONFIG_SYS_NAND_5_ADDR_CYCLE |