mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-30 08:03:32 +08:00
86cf1c8285
We have the following cases: - CONFIG_NR_DRAM_BANKS was defined, migrate normally - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for CONFIG_NR_DRAM_BANKS after a check, just migrate it over now. - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 + 2), set this to 8. Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
421 B
Plaintext
19 lines
421 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_MX5=y
|
|
CONFIG_SYS_TEXT_BASE=0x77800000
|
|
CONFIG_TARGET_MX53EVK=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx53evk/imximage.cfg"
|
|
CONFIG_HUSH_PARSER=y
|
|
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_DATE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_FSL_ESDHC=y
|
|
CONFIG_OF_LIBFDT=y
|