diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-14 13:36:34 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-27 16:20:18 -0500 |
commit | 9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216 (patch) | |
tree | 4ddc8139fb0abf59c97b6028dd18df162e98cb6f /include/configs/T102xRDB.h | |
parent | 1b465187365342b5720fb0b4cfaf7f6e0306f473 (diff) | |
download | u-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.tar.gz u-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.tar.bz2 u-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.zip |
Convert CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_NAND_U_BOOT_OFFS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T102xRDB.h')
-rw-r--r-- | include/configs/T102xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 99a357e0a2..7bd46c41df 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_NAND_U_BOOT_SIZE (768 << 10) #define CONFIG_SYS_NAND_U_BOOT_DST 0x30000000 #define CONFIG_SYS_NAND_U_BOOT_START 0x30000000 -#define CONFIG_SYS_NAND_U_BOOT_OFFS (256 << 10) #endif #ifdef CONFIG_SPIFLASH |