diff options
Diffstat (limited to 'configs/vct_platinum_onenand_defconfig')
-rw-r--r-- | configs/vct_platinum_onenand_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/vct_platinum_onenand_defconfig b/configs/vct_platinum_onenand_defconfig index ded3de0499..2788dca4ad 100644 --- a/configs/vct_platinum_onenand_defconfig +++ b/configs/vct_platinum_onenand_defconfig @@ -1,4 +1,5 @@ CONFIG_MIPS=y +CONFIG_ENV_SIZE=0x20000 CONFIG_TARGET_VCT=y CONFIG_VCT_PLATINUM=y CONFIG_VCT_ONENAND=y @@ -23,6 +24,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=onenand:128k(u-boot),128k(env),20m(kernel),-(r CONFIG_CMD_UBI=y # CONFIG_CMD_UBIFS is not set CONFIG_ENV_IS_IN_ONENAND=y +CONFIG_ENV_ADDR=0x20000 CONFIG_MTD_DEVICE=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x00000000 |