mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
d5c819b885
This patch moves some of the config options from bubblegum_96_defconfig to respective Kconfig files. Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
17 lines
445 B
Text
17 lines
445 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_OWL=y
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_MACH_S900=y
|
|
CONFIG_IDENT_STRING="\nBubblegum-96"
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="console=ttyOWL5,115200n8"
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_SYS_PROMPT="U-Boot => "
|
|
CONFIG_CMD_MD5SUM=y
|
|
CONFIG_CMD_MEMINFO=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_TIMER=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="bubblegum_96"
|