aboutsummaryrefslogtreecommitdiff
path: root/include/configs/p1_p2_rdb_pc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-14 13:36:34 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:18 -0500
commit9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216 (patch)
tree4ddc8139fb0abf59c97b6028dd18df162e98cb6f /include/configs/p1_p2_rdb_pc.h
parent1b465187365342b5720fb0b4cfaf7f6e0306f473 (diff)
downloadu-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.zip
u-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.tar.gz
u-boot-9ec4df336ee9c2d5d9b5f361a8bb0680ae90f216.tar.bz2
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/p1_p2_rdb_pc.h')
-rw-r--r--include/configs/p1_p2_rdb_pc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index b907a1a..e2330ee 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -106,7 +106,6 @@
#define CONFIG_SYS_NAND_U_BOOT_SIZE (832 << 10)
#define CONFIG_SYS_NAND_U_BOOT_DST (0x11000000)
#define CONFIG_SYS_NAND_U_BOOT_START (0x11000000)
-#define CONFIG_SYS_NAND_U_BOOT_OFFS ((128 + 128) << 10)
#elif defined(CONFIG_SPL_BUILD)
#define CONFIG_SPL_INIT_MINIMAL
#define CONFIG_SPL_FLUSH_IMAGE
@@ -115,7 +114,6 @@
#define CONFIG_SYS_NAND_U_BOOT_SIZE (128 << 10)
#define CONFIG_SYS_NAND_U_BOOT_DST 0xf8f80000
#define CONFIG_SYS_NAND_U_BOOT_START 0xf8f80000
-#define CONFIG_SYS_NAND_U_BOOT_OFFS (128 << 10)
#endif /* not CONFIG_TPL_BUILD */
#define CONFIG_SPL_PAD_TO 0x20000