diff options
author | Guillaume La Roque <glaroque@baylibre.com> | 2023-11-08 14:51:25 +0100 |
---|---|---|
committer | Praneeth Bajjuri <praneeth@ti.com> | 2023-11-08 17:32:58 -0600 |
commit | fabf3ae948d5bdd77568aa08802cfe81f7be7f6a (patch) | |
tree | 2fd0397b9d147bf7287016ccf148fa88baccd852 /board | |
parent | c5296d943c2c84dd6dcb3b91305d006ac46f3157 (diff) |
configs: am62px: add android support
Add Android bootflow support for AM62PX SoC.
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ti/am62px/am62px.env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env index 0674f7e6167..9ed3ef5f71e 100644 --- a/board/ti/am62px/am62px.env +++ b/board/ti/am62px/am62px.env @@ -21,3 +21,7 @@ mmcdev=1 bootpart=1:2 bootdir=/boot rd_spec=- + +#if CONFIG_CMD_ABOOTIMG +#include <environment/ti/mmc_android.env> +#endif |