summaryrefslogtreecommitdiff
path: root/include/configs/ls1021atsn.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 06:11:49 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commitd8ef01e964d6b56d4cce61a6fb3db65026e1cd52 (patch)
tree41cbd3048b409aef34b9046246afea9bd1bdf643 /include/configs/ls1021atsn.h
parentca2b13c8859e1fbaa550405477c695f769626ffb (diff)
downloadu-boot-d8ef01e964d6b56d4cce61a6fb3db65026e1cd52.tar.xz
Convert CONFIG_RAMBOOT_PBL et al to Kconfig
This converts the following to Kconfig: CONFIG_RAMBOOT_PBL CONFIG_SYS_FSL_PBL_PBI CONFIG_SYS_FSL_PBL_RCW Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021atsn.h')
-rw-r--r--include/configs/ls1021atsn.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/ls1021atsn.h b/include/configs/ls1021atsn.h
index 20b67b02b1..3179c5b35c 100644
--- a/include/configs/ls1021atsn.h
+++ b/include/configs/ls1021atsn.h
@@ -50,15 +50,7 @@
#define SDRAM_CFG2_FRC_SR 0x80000000
#define SDRAM_CFG_BI 0x00000001
-#ifdef CONFIG_RAMBOOT_PBL
-#define CONFIG_SYS_FSL_PBL_PBI \
- "board/freescale/ls1021atsn/ls102xa_pbi.cfg"
-#endif
-
#ifdef CONFIG_SD_BOOT
-#define CONFIG_SYS_FSL_PBL_RCW \
- "board/freescale/ls1021atsn/ls102xa_rcw_sd.cfg"
-
#ifdef CONFIG_NXP_ESBC
#define CONFIG_U_BOOT_HDR_SIZE (16 << 10)
#endif /* ifdef CONFIG_NXP_ESBC */