diff options
author | Heiko Schocher | 2023-01-27 06:50:52 +0100 |
---|---|---|
committer | Tom Rini | 2023-02-09 12:54:03 -0500 |
commit | d49180199ff360e18df187793b44bc8c2d9971de (patch) | |
tree | a29ed49e3445662ebcda0a98d2f14deebe796c8d /configs/socrates_defconfig | |
parent | 497b7c6beb5994acf23246f8714e0e7442e2eeb1 (diff) |
powerpc/mpc85xx: use board env file for socrates board
as Tom suggested get rid of CFG_EXTRA_ENV_SETTINGS and
enable CONFIG_ENV_SOURCE_FILE and use text file
board/socrates/socrates.env
which contains the default environment. While at it,
cleanup the default Environment.
Signed-off-by: Heiko Schocher <hs@denx.de>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socrates_defconfig')
-rw-r--r-- | configs/socrates_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index e03c971b5e9..312fda9ad02 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -31,7 +31,7 @@ CONFIG_BOOT_RETRY=y CONFIG_BOOT_RETRY_TIME=120 CONFIG_RESET_TO_RETRY=y CONFIG_USE_BOOTCOMMAND=y -CONFIG_BOOTCOMMAND="run boot_nor" +CONFIG_BOOTCOMMAND="run boot_usb;run boot_nor" CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="echo;echo Welcome on the ABB Socrates Board;echo" CONFIG_SYS_CONSOLE_IS_IN_ENV=y |