mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
f3652c1888
This rework the board to use the generic filesystem commands instead of forcing the use of FAT for the boot files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
21 lines
502 B
Text
21 lines
502 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_MX25PDK=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx25pdk/imximage.cfg"
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_DEFAULT_FDT_FILE="imx25-pdk.dtb"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_MMC=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_DATE=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_DOS_PARTITION=y
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_FS_FAT=y
|
|
CONFIG_OF_LIBFDT=y
|