diff options
author | Holger Brunck | 2022-12-02 18:22:39 +0100 |
---|---|---|
committer | Tom Rini | 2022-12-12 16:49:24 -0500 |
commit | 6f7c936fbdd40071716730d07083c7f596700478 (patch) | |
tree | 20a959616d0df2dba6fcc90d120a877ebc787c02 /configs | |
parent | 0cc0c098c8fbbf61378081df9681e660829c48eb (diff) |
board/km/cent2: migrate to environment text file
Use like the other boards a text file for the environment.
As this is the last user of keymile-common.h we can now remove this
file completely.
Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kmcent2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kmcent2_defconfig b/configs/kmcent2_defconfig index 41b26287d56..2abda788939 100644 --- a/configs/kmcent2_defconfig +++ b/configs/kmcent2_defconfig @@ -17,7 +17,6 @@ CONFIG_SYS_CACHE_STASHING=y # CONFIG_DEEP_SLEEP is not set CONFIG_PCIE1=y CONFIG_SYS_FSL_NUM_CC_PLLS=2 -CONFIG_KM_DEF_NETDEV="eth2" CONFIG_KM_IVM_BUS=2 CONFIG_SYS_MONITOR_LEN=786432 CONFIG_MP=y @@ -54,6 +53,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=fe8000000.nor:128k(RCW),128k(fman),128k(QE),12 CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set CONFIG_OF_CONTROL=y +CONFIG_ENV_SOURCE_FILE="kmcent2" CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y |