diff options
author | Adam Ford <aford173@gmail.com> | 2023-05-28 14:18:02 -0500 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-07-11 14:40:05 +0200 |
commit | 7131514ca6b0202654e7a93127345b9f5530afd7 (patch) | |
tree | 21d9bdca40810a6ef8f0ad76eaefb018bdf0a275 /configs/imx8mn_beacon_2g_defconfig | |
parent | e6ac438d166a4ca71fdcccb9fdc9a1c8abe79e44 (diff) | |
download | u-boot-7131514ca6b0202654e7a93127345b9f5530afd7.tar.gz |
imx: imx8mn-beacon: Move environment definition to env file
Instead of cluttering up a header file with a bunch of defines,
move the default environmental variables to a file called
imx8mn_beacon.env and reference it from the defconfigs.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/imx8mn_beacon_2g_defconfig')
-rw-r--r-- | configs/imx8mn_beacon_2g_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mn_beacon_2g_defconfig b/configs/imx8mn_beacon_2g_defconfig index 494085b373c..00e7cd01c27 100644 --- a/configs/imx8mn_beacon_2g_defconfig +++ b/configs/imx8mn_beacon_2g_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SPL_GPIO=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_ENV_SOURCE_FILE="imx8mn_beacon" CONFIG_NR_DRAM_BANKS=1 CONFIG_SF_DEFAULT_SPEED=40000000 CONFIG_ENV_SIZE=0x2000 |