mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
ad12dc1844
Having this as a 'default y' is rather annoying because it doesn't actually compile unless other options are defined in the board header: ../cmd/bootm.c: In function 'do_imls_nor': ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'? i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) { Make it 'default n' so people who develop new boards that start from a blank defconfig have one less compilation failure to debug. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
CONFIG_MIPS=y
|
|
CONFIG_SYS_TEXT_BASE=0x80010000
|
|
CONFIG_ARCH_BMIPS=y
|
|
CONFIG_SOC_BMIPS_BCM6348=y
|
|
# CONFIG_MIPS_BOOT_CMDLINE_LEGACY is not set
|
|
# CONFIG_MIPS_BOOT_ENV_LEGACY is not set
|
|
CONFIG_MIPS_BOOT_FDT=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="comtrend,ct-5361"
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|
CONFIG_DISPLAY_CPUINFO=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="CT-5361 # "
|
|
CONFIG_CMD_CPU=y
|
|
CONFIG_CMD_LICENSE=y
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
# CONFIG_CMD_XIMG is not set
|
|
# CONFIG_CMD_EXPORTENV is not set
|
|
# CONFIG_CMD_IMPORTENV is not set
|
|
# CONFIG_CMD_EDITENV is not set
|
|
# CONFIG_CMD_SAVEENV is not set
|
|
# CONFIG_CMD_ENV_EXISTS is not set
|
|
# CONFIG_CMD_CRC32 is not set
|
|
CONFIG_CMD_MEMINFO=y
|
|
# CONFIG_CMD_FPGA is not set
|
|
# CONFIG_CMD_LOADS is not set
|
|
# CONFIG_CMD_NET is not set
|
|
# CONFIG_CMD_NFS is not set
|
|
# CONFIG_CMD_MISC is not set
|
|
# CONFIG_DM_DEVICE_REMOVE is not set
|
|
CONFIG_DM_GPIO=y
|
|
CONFIG_BCM6345_GPIO=y
|
|
CONFIG_LED=y
|
|
CONFIG_LED_GPIO=y
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
CONFIG_CFI_FLASH=y
|
|
CONFIG_DM_RESET=y
|
|
CONFIG_RESET_BCM6345=y
|
|
# CONFIG_SPL_SERIAL_PRESENT is not set
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_BCM6345_SERIAL=y
|
|
CONFIG_WDT_BCM6345=y
|