summaryrefslogtreecommitdiff
path: root/include/configs/kontron_pitx_imx8m.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/kontron_pitx_imx8m.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/kontron_pitx_imx8m.h')
-rw-r--r--include/configs/kontron_pitx_imx8m.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/kontron_pitx_imx8m.h b/include/configs/kontron_pitx_imx8m.h
index 0f96b905ab..2449a98795 100644
--- a/include/configs/kontron_pitx_imx8m.h
+++ b/include/configs/kontron_pitx_imx8m.h
@@ -11,11 +11,8 @@
#define CONFIG_SPL_MAX_SIZE (124 * SZ_1K)
#define CONFIG_SYS_MONITOR_LEN (512 * SZ_1K)
-#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
-#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300
#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv8/u-boot-spl.lds"
#define CONFIG_SPL_STACK 0x187FF0
#define CONFIG_SPL_BSS_START_ADDR 0x00180000
#define CONFIG_SPL_BSS_MAX_SIZE SZ_8K
@@ -33,8 +30,6 @@
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
#endif
-#define CONFIG_REMAKE_ELF
-
/* ENET1 Config */
#if defined(CONFIG_CMD_NET)
#define CONFIG_ETHPRIME "FEC"
@@ -92,6 +87,4 @@
#define CONFIG_SYS_FSL_USDHC_NUM 2
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
-#define CONFIG_OF_SYSTEM_SETUP
-
#endif