Re: [PATCH 3/3] board: ti: am62px: Add android bootflow support

2024-09-03 Thread Mattijs Korpershoek
Hi Guillaume, Thank you for the patch. On lun., sept. 02, 2024 at 18:31, Guillaume La Roque wrote: > From: Mattijs Korpershoek > > When CONFIG_BOOTMETH_ANDROID is set, enable Android boot flow support. > > To build for AM62Px for Android, we can re-use > the am62x_a53_android.config fragment

[PATCH 3/3] board: ti: am62px: Add android bootflow support

2024-09-02 Thread Guillaume La Roque
From: Mattijs Korpershoek When CONFIG_BOOTMETH_ANDROID is set, enable Android boot flow support. To build for AM62Px for Android, we can re-use the am62x_a53_android.config fragment when building A53 bootloaders: $ make am62px_evm_a53_defconfig $ make am62x_a53_android.config $ make Sign