upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
574 B
23 lines
574 B
CONFIG_ARM=y
|
|
CONFIG_ARM_SMCCC=y
|
|
CONFIG_ARCH_OWL=y
|
|
CONFIG_SYS_TEXT_BASE=0x11000000
|
|
CONFIG_TARGET_BUBBLEGUM_96=y
|
|
CONFIG_IDENT_STRING="\nBubblegum-96"
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
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"
|
|
CONFIG_CLK=y
|
|
CONFIG_CLK_OWL=y
|
|
CONFIG_CLK_S900=y
|
|
CONFIG_OWL_SERIAL=y
|
|
|