commit | 1013dc8f830c1cf22e683e48b18f163f64333fd8 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri Jan 27 06:50:52 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 09 12:54:03 2023 -0500 |
tree | a29ed49e3445662ebcda0a98d2f14deebe796c8d | |
parent | 68f3cedb1b0f5fd7c50cc5c66c50160ef54eae35 [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>