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.
u-boot/configs/poplar_defconfig

27 lines
561 B

CONFIG_ARM=y
CONFIG_TARGET_POPLAR=y
CONFIG_IDENT_STRING="poplar"
CONFIG_DEFAULT_DEVICE_TREE="hi3798cv200-poplar"
CONFIG_SYS_PROMPT="poplar# "
CONFIG_DISTRO_DEFAULTS=y
CONFIG_DISPLAY_CPUINFO=n
CONFIG_DISPLAY_BOARDINFO=y
CONFIG_ISO_PARTITION=n
CONFIG_MMC_DW=y
CONFIG_MMC_DW_K3=y
CONFIG_PL011_SERIAL=y
CONFIG_PSCI_RESET=y
CONFIG_USB=y
CONFIG_USB_EHCI=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_STORAGE=y
CONFIG_NET=y
# CONFIG_CMD_IMLS is not set
# CONFIG_DM_GPIO is not set
CONFIG_LIB_RAND=y
CONFIG_CMD_UNZIP=y
CONFIG_CMD_MMC=y
CONFIG_CMD_USB=y