mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
f1b1f77060
This converts the following to Kconfig: CONFIG_SPI This partly involves updating code that assumes that CONFIG_SPI implies things that are specific to the MPC8xx SPI driver. For now, just update the CONFIG tests. This also involves reworking the default for CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a reasonable default, as it does not cause any compile failures. Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
29 lines
675 B
Text
29 lines
675 B
Text
CONFIG_ARM=y
|
|
# CONFIG_SPL_USE_ARCH_MEMCPY is not set
|
|
# CONFIG_SPL_USE_ARCH_MEMSET is not set
|
|
CONFIG_TARGET_MX31PDK=y
|
|
CONFIG_SYS_TEXT_BASE=0x87e00000
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
|
CONFIG_SPL_SERIAL_SUPPORT=y
|
|
CONFIG_SPL_NAND_SUPPORT=y
|
|
CONFIG_SPL=y
|
|
# CONFIG_SPL_FRAMEWORK is not set
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_CMD_BOOTZ=y
|
|
CONFIG_CMD_SPI=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_DATE=y
|
|
CONFIG_ENV_IS_IN_NAND=y
|
|
CONFIG_MXC_GPIO=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_NAND=y
|
|
CONFIG_NAND_MXC=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_SMC911X=y
|
|
CONFIG_SMC911X_BASE=0xB6000000
|
|
CONFIG_SMC911X_32_BIT=y
|
|
CONFIG_SPI=y
|
|
CONFIG_MXC_SPI=y
|