mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
278b90ce78
On the NIOS2 and Xtensa architectures, we do not have CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current values into the defconfig and removing them from the headers. I did not attempt to add more default values in and for now will leave that to maintainers. Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
510 B
Text
21 lines
510 B
Text
CONFIG_ARM=y
|
|
CONFIG_TARGET_POPLAR=y
|
|
CONFIG_SYS_TEXT_BASE=0x37000000
|
|
CONFIG_IDENT_STRING="poplar"
|
|
CONFIG_DEFAULT_DEVICE_TREE="hi3798cv200-poplar"
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_SYS_PROMPT="poplar# "
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_USB=y
|
|
# CONFIG_ISO_PARTITION is not set
|
|
CONFIG_ENV_IS_IN_MMC=y
|
|
CONFIG_MMC_DW=y
|
|
CONFIG_MMC_DW_K3=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_EHCI_GENERIC=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_USB_HOST_ETHER=y
|
|
CONFIG_USB_ETHER_ASIX=y
|
|
CONFIG_FAT_WRITE=y
|