mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
23 lines
557 B
Text
23 lines
557 B
Text
CONFIG_M68K=y
|
|
CONFIG_SYS_TEXT_BASE=0x43E00000
|
|
CONFIG_TARGET_M52277EVB=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="CF_SBF,SYS_STMICRO_BOOT"
|
|
CONFIG_BOOTDELAY=3
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
# CONFIG_CMDLINE_EDITING is not set
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_SF=y
|
|
CONFIG_CMD_SPI=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_DATE=y
|
|
CONFIG_CMD_JFFS2=y
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
|
# CONFIG_NET is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_SPI_FLASH=y
|
|
CONFIG_SPI_FLASH_STMICRO=y
|
|
CONFIG_SPI=y
|
|
CONFIG_CF_SPI=y
|