mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +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>
27 lines
645 B
Text
27 lines
645 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ROCKCHIP=y
|
|
CONFIG_SYS_MALLOC_F_LEN=0x1000
|
|
CONFIG_ROCKCHIP_RK3368=y
|
|
CONFIG_TARGET_EVB_PX5=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="rk3368-px5-evb"
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_ANDROID_BOOT_IMAGE=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_ARCH_EARLY_INIT_R=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_REGMAP=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_CLK=y
|
|
CONFIG_MMC_DW=y
|
|
CONFIG_MMC_DW_ROCKCHIP=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_PINCTRL_ROCKCHIP_RK3368=y
|
|
CONFIG_RAM=y
|
|
CONFIG_DEBUG_UART_BASE=0xFF1c0000
|
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
|
CONFIG_DEBUG_UART_SHIFT=2
|
|
CONFIG_DEBUG_UART_ANNOUNCE=y
|
|
CONFIG_DEBUG_UART_SKIP_INIT=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_ERRNO_STR=y
|