mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
3847ba94f0
Because of how these symbols work, and the remaining board config.h file uses, we need to do these at the same time. In some cases we just get to move rather directly to the defconfigs. A few cases require manual intervention. For the case of the eb_cpu5282 we need to select HW_WATCHDOG for the target, given how it's implemented. For the cases of m53menlo, dh_imx6, display5, and display5_factory we disable SPL watchdog support as the particular combination of options they want would require either more symbols or enabling SPL_DM. Signed-off-by: Tom Rini <trini@konsulko.com>
43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
CONFIG_M68K=y
|
|
CONFIG_SYS_TEXT_BASE=0x00000000
|
|
CONFIG_SYS_MALLOC_LEN=0x20000
|
|
CONFIG_ENV_SIZE=0x8000
|
|
CONFIG_ENV_SECT_SIZE=0x8000
|
|
CONFIG_DEFAULT_DEVICE_TREE="astro_mcf5373l"
|
|
CONFIG_TARGET_ASTRO_MCF5373L=y
|
|
CONFIG_SYS_LOAD_ADDR=0x20000
|
|
CONFIG_BOOTDELAY=1
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS=" console=ttyS2,115200 rootfstype=romfs loaderversion=$loaderversion"
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="protect off 0x80000 0x1ffffff;run env_check;run xilinxload&&run alteraload&&bootm 0x80000;update;reset"
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_MISC_INIT_R=y
|
|
CONFIG_HUSH_PARSER=y
|
|
# CONFIG_AUTO_COMPLETE is not set
|
|
CONFIG_SYS_PROMPT="URMEL > "
|
|
CONFIG_CMD_IMLS=y
|
|
CONFIG_CMD_FPGA_LOADMK=y
|
|
CONFIG_CMD_I2C=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_DATE=y
|
|
CONFIG_CMD_JFFS2=y
|
|
CONFIG_ENV_ADDR=0x1FF8000
|
|
# CONFIG_NET is not set
|
|
CONFIG_FPGA_ALTERA=y
|
|
CONFIG_FPGA_CYCLON2=y
|
|
CONFIG_FPGA_XILINX=y
|
|
CONFIG_FPGA_SPARTAN3=y
|
|
CONFIG_SYS_I2C_LEGACY=y
|
|
CONFIG_SYS_I2C_FSL=y
|
|
CONFIG_SYS_FSL_I2C_OFFSET=0x58000
|
|
CONFIG_SYS_I2C_SLAVE=0x7F
|
|
CONFIG_SYS_I2C_SPEED=80000
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_FLASH_CFI_DRIVER=y
|
|
CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
|
|
CONFIG_SYS_FLASH_PROTECTION=y
|
|
CONFIG_SYS_FLASH_CFI=y
|
|
CONFIG_MCFUART=y
|
|
CONFIG_WATCHDOG=y
|