diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 18:27:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 18:27:34 -0400 |
commit | 3b191c56c841596771b4120f09fb556adf958b5c (patch) | |
tree | 5ed568819fa2bace15089a128e21bd0b5f5b2622 /include/configs/tao3530.h | |
parent | bd33a72f8362ff4a373c9eefaf6e4b3ade521fa4 (diff) | |
parent | 0465f12efb657176854db7a3ed3400df148d13bc (diff) |
Merge branch '2020-07-28-Kconfig-migrations'
- Migration of more symbols to Kconfig
Diffstat (limited to 'include/configs/tao3530.h')
-rw-r--r-- | include/configs/tao3530.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index a283e1e029..2954baf165 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -51,9 +51,6 @@ */ #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 -/* allow to overwrite serial and ethaddr */ -#define CONFIG_ENV_OVERWRITE - /* commands to include */ #define CONFIG_SYS_I2C @@ -186,13 +183,8 @@ /* Defines for SPL */ -#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#define CONFIG_SPL_NAND_BASE -#define CONFIG_SPL_NAND_DRIVERS -#define CONFIG_SPL_NAND_ECC - /* NAND boot config */ #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_COUNT 64 |