diff options
author | Tom Rini | 2022-04-08 13:36:51 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 13:36:51 -0400 |
commit | d46e86d25c2a504b3e2e4ab17d70b2f0be440f34 (patch) | |
tree | 0d66c84d42423b3d82dfc547ba3966c61dcf486e /configs/P1020RDB-PD_defconfig | |
parent | 909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PD_defconfig')
-rw-r--r-- | configs/P1020RDB-PD_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/P1020RDB-PD_defconfig b/configs/P1020RDB-PD_defconfig index 71dbb542dc8..cbbdb0fb113 100644 --- a/configs/P1020RDB-PD_defconfig +++ b/configs/P1020RDB-PD_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_MALLOC_LEN=0x100000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_DEFAULT_DEVICE_TREE="p1020rdb-pd" +CONFIG_ENV_ADDR=0xEFF20000 CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1020RDB_PD=y @@ -39,7 +40,6 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=ec000000.nor:128k(dtb),6016k(kernel),57088k(fs CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y -CONFIG_ENV_ADDR=0xEFF20000 CONFIG_USE_BOOTFILE=y CONFIG_BOOTFILE="uImage" CONFIG_USE_ETHPRIME=y |