X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=configs%2Fimx31_phycore_defconfig;h=471ebd20cbdcdf91ae3bdaa7a2cbd27b715fa834;hb=5dfc9d3766ee74f3711747a5fc9fa763ae82747c;hp=a710e062d5de798fc660d01577cc41bbc466288f;hpb=2218b32d88f9b4b4484cea9a8b034ddab0be298b;p=u-boot diff --git a/configs/imx31_phycore_defconfig b/configs/imx31_phycore_defconfig index a710e062d5..471ebd20cb 100644 --- a/configs/imx31_phycore_defconfig +++ b/configs/imx31_phycore_defconfig @@ -1,11 +1,17 @@ CONFIG_ARM=y CONFIG_TARGET_IMX31_PHYCORE=y -CONFIG_ENV_IS_IN_EEPROM=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PROMPT="uboot> " +CONFIG_CMD_IMLS=y CONFIG_CMD_EEPROM=y CONFIG_CMD_I2C=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_PING=y +CONFIG_MTDPARTS_DEFAULT="mtdparts=physmap-flash.0:128k(uboot)ro,1536k(kernel),-(root)" +CONFIG_ENV_IS_IN_EEPROM=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y +CONFIG_NETDEVICES=y +CONFIG_SMC911X=y +CONFIG_SMC911X_BASE=0xa8000000 +CONFIG_SMC911X_32_BIT=y