summaryrefslogtreecommitdiff
path: root/configs/kmcent2_defconfig
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@hitachienergy.com>2022-12-02 20:22:39 +0300
committerTom Rini <trini@konsulko.com>2022-12-13 00:49:24 +0300
commit6f7c936fbdd40071716730d07083c7f596700478 (patch)
tree20a959616d0df2dba6fcc90d120a877ebc787c02 /configs/kmcent2_defconfig
parent0cc0c098c8fbbf61378081df9681e660829c48eb (diff)
downloadu-boot-6f7c936fbdd40071716730d07083c7f596700478.tar.xz
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/kmcent2_defconfig')
-rw-r--r--configs/kmcent2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kmcent2_defconfig b/configs/kmcent2_defconfig
index 41b26287d5..2abda78893 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