mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 13:16:59 +02:00
board: dragonboard410c: Enable support for Android boot images
The U-Boot port for DB410c still has plenty of extra space available at this point, so avoid disabling features that would be normally enabled by default. In particular, this incldues support for Android boot images, which is quite likely to be used together with the USB Fastboot interface. Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Link: https://lore.kernel.org/r/20250407-db410c-fixes-v1-11-524aefbc8bb4@linaro.org Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
cfd27d130b
commit
268bfcd216
@ -14,7 +14,6 @@ CONFIG_OF_LIBFDT_OVERLAY=y
|
|||||||
CONFIG_SYS_LOAD_ADDR=0x80080000
|
CONFIG_SYS_LOAD_ADDR=0x80080000
|
||||||
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
|
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 410C"
|
||||||
CONFIG_REMAKE_ELF=y
|
CONFIG_REMAKE_ELF=y
|
||||||
# CONFIG_ANDROID_BOOT_IMAGE is not set
|
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
CONFIG_BOOTSTD_FULL=y
|
CONFIG_BOOTSTD_FULL=y
|
||||||
CONFIG_OF_BOARD_SETUP=y
|
CONFIG_OF_BOARD_SETUP=y
|
||||||
@ -25,7 +24,6 @@ CONFIG_SYS_PBSIZE=548
|
|||||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||||
CONFIG_MISC_INIT_R=y
|
CONFIG_MISC_INIT_R=y
|
||||||
CONFIG_SYS_PROMPT="dragonboard410c => "
|
CONFIG_SYS_PROMPT="dragonboard410c => "
|
||||||
# CONFIG_CMD_IMI is not set
|
|
||||||
CONFIG_CMD_MD5SUM=y
|
CONFIG_CMD_MD5SUM=y
|
||||||
CONFIG_CMD_MEMINFO=y
|
CONFIG_CMD_MEMINFO=y
|
||||||
CONFIG_CMD_GPIO=y
|
CONFIG_CMD_GPIO=y
|
||||||
|
Loading…
Reference in New Issue
Block a user