summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrieder Schrempf <[email protected]>2022-08-23 16:29:14 +0200
committerStefano Babic <[email protected]>2022-10-20 17:35:51 +0200
commit7dd6af85bc1c798108561a162aa7aba21d054b6a (patch)
treeee7a505d48d771f10411e06e871068747332881c /include
parent93935acc6f1d5b928f8552e767638e94a82793da (diff)
imx: imx6ul: kontron-sl-mx6ul: Migrate to use CONFIG_EXTRA_ENV_TEXT
Move the environment from the board header to a separate text file and also drop those variables that are already set in env_default.h from the Kconfig options or are not needed anymore. Signed-off-by: Frieder Schrempf <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kontron-sl-mx6ul.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/configs/kontron-sl-mx6ul.h b/include/configs/kontron-sl-mx6ul.h
index 7aac5d3f5a1..f0586f7f721 100644
--- a/include/configs/kontron-sl-mx6ul.h
+++ b/include/configs/kontron-sl-mx6ul.h
@@ -49,14 +49,6 @@
#define CONFIG_SYS_FSL_USDHC_NUM 2
#endif
-#define CONFIG_EXTRA_ENV_SETTINGS \
- "kernel_addr_r=0x82000000\0" \
- "ramdisk_addr_r=0x88080000\0" \
- "pxefile_addr_r=0x80100000\0" \
- "scriptaddr=0x80100000\0" \
- "bootdelay=3\0" \
- "ethact=" CONFIG_ETHPRIME "\0" \
- "hostname=" CONFIG_HOSTNAME "\0" \
- BOOTENV
+#define CONFIG_EXTRA_ENV_SETTINGS BOOTENV
#endif /* __KONTRON_MX6UL_CONFIG_H */