mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
c45568cc4e
This converts the following to Kconfig: CONFIG_SYS_BOOTM_LEN As part of this, rework error handling in boot/bootm.c so that we pass the buffer size to handle_decomp_error as CONFIG_SYS_BOOTM_LEN will not be available to host tools but we do know the size that we passed to malloc(). Cc: Soeren Moch <smoch@web.de> Signed-off-by: Tom Rini <trini@konsulko.com>
22 lines
558 B
Text
22 lines
558 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_APPLE=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
CONFIG_USE_PREBOOT=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_BOARD_LATE_INIT=y
|
|
CONFIG_SYS_CBSIZE=256
|
|
CONFIG_SYS_PBSIZE=276
|
|
CONFIG_SYS_BOOTM_LEN=0x800000
|
|
# CONFIG_NET is not set
|
|
CONFIG_APPLE_SPI_KEYB=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_NVME_APPLE=y
|
|
CONFIG_USB_XHCI_HCD=y
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
CONFIG_USB_KEYBOARD=y
|
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
|
CONFIG_NO_FB_CLEAR=y
|
|
CONFIG_VIDEO_SIMPLE=y
|
|
# CONFIG_GENERATE_SMBIOS_TABLE is not set
|