aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/verdin-imx8mp.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 07:12:48 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 08:43:25 -0400
commiteb8eb3174992a96241e1511a02c02b36c51ad292 (patch)
tree5130cae49f1f3373f5ced48647037f2c813eea2a /include/configs/verdin-imx8mp.h
parentab366418b51fa883ff780200b127ab4a7ed62fab (diff)
downloadu-boot-eb8eb3174992a96241e1511a02c02b36c51ad292.tar.gz
configs: Re-run migrations
As the CI test for stopping platforms from being merged that were defining symbols that had Kconfig entries, a small number of symbols needed to be migrated again. Do so, and catch two cases the README should also have been updated but was not. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/verdin-imx8mp.h')
-rw-r--r--include/configs/verdin-imx8mp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/verdin-imx8mp.h b/include/configs/verdin-imx8mp.h
index f8b4bf2df9b..766707dd881 100644
--- a/include/configs/verdin-imx8mp.h
+++ b/include/configs/verdin-imx8mp.h
@@ -16,7 +16,6 @@
#ifdef CONFIG_SPL_BUILD
/*#define CONFIG_ENABLE_DDR_TRAINING_DEBUG*/
-#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv8/u-boot-spl.lds"
#define CONFIG_SPL_STACK 0x960000
#define CONFIG_SPL_BSS_START_ADDR 0x0098fc00
#define CONFIG_SPL_BSS_MAX_SIZE SZ_1K
@@ -31,11 +30,8 @@
#define CONFIG_POWER_PCA9450
#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_SPEED 100000
#endif /* CONFIG_SPL_BUILD */
-#define CONFIG_REMAKE_ELF
-
/* ENET Config */
/* ENET1 */
#if defined(CONFIG_CMD_NET)