]> git.dujemihanovic.xyz Git - u-boot.git/commit
powerpc/mpc85xx: use board env file for socrates board
authorHeiko Schocher <hs@denx.de>
Fri, 27 Jan 2023 05:50:52 +0000 (06:50 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 17:54:03 +0000 (12:54 -0500)
commitd49180199ff360e18df187793b44bc8c2d9971de
treea29ed49e3445662ebcda0a98d2f14deebe796c8d
parent497b7c6beb5994acf23246f8714e0e7442e2eeb1
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>
board/socrates/socrates.env [new file with mode: 0644]
configs/socrates_defconfig
include/configs/socrates.h