mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-15 06:17:04 +00:00
Add Android bootflow support for AM62X SK EVM board with new android boot method. To build for AM62x for Android, we use the am62x_a53_android.config fragment when building A53 bootloaders: $ make am62x_evm_a53_defconfig $ make am62x_a53_android.config $ make Co-developed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
26 lines
No EOL
521 B
Bash
26 lines
No EOL
521 B
Bash
#include <env/ti/ti_common.env>
|
|
#include <env/ti/mmc.env>
|
|
#include <env/ti/k3_dfu.env>
|
|
|
|
name_kern=Image
|
|
console=ttyS2,115200n8
|
|
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000
|
|
${mtdparts}
|
|
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
|
|
|
|
boot_targets=mmc1 mmc0 usb pxe dhcp
|
|
boot=mmc
|
|
mmcdev=1
|
|
bootpart=1:2
|
|
bootdir=/boot
|
|
rd_spec=-
|
|
|
|
splashfile=ti_logo_414x97_32bpp.bmp.gz
|
|
splashimage=0x80200000
|
|
splashpos=m,m
|
|
splashsource=sf
|
|
|
|
#if CONFIG_BOOTMETH_ANDROID
|
|
#include <env/ti/android.env>
|
|
adtb_idx=0
|
|
#endif |