diff options
| author | Heiko Schocher <[email protected]> | 2019-12-01 11:23:28 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-01-07 10:26:56 +0100 |
| commit | 70be2fcadc8f62c34c38dae8d42008adc8afd75b (patch) | |
| tree | 8fcbc90272362ef9f7953a9381d16eec710e900c /configs | |
| parent | 445c230814a99d51593e8f7a5c01339cc59beaf0 (diff) | |
imx6: aristainetos: cleanup default Environment
sync defaut Envoronment with customer changes.
Unfortunately they are not changeable, as already
board is in production mode.
Get rid of the big bootcommand and set bootcommand
through Kconfig option.
Signed-off-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/aristainetos2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index d7f24373d1e..cad9839f701 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -11,6 +11,8 @@ CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos2.cfg" CONFIG_BOOTDELAY=3 +CONFIG_USE_BOOTCOMMAND=y +CONFIG_BOOTCOMMAND="run ari_boot" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SUPPORT_RAW_INITRD=y |
