summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMattijs Korpershoek <mkorpershoek@baylibre.com>2023-11-21 17:16:59 +0100
committerPraneeth Bajjuri <praneeth@ti.com>2023-11-21 14:37:39 -0600
commit9ec80a1510e0d78dfa87b1e1785b36382281b7ae (patch)
treebf24749a9919215fbd3db0f36e34ce644fe01da1 /include
parent304eea858aecc6177d0836bb012846f05859bbfa (diff)
include: configs: am62x_evm_android: Add am62b_p1_skevm
am62b_p1_skevm eeprom has been introduced with commit 09b2c79a8df8 ("board: ti: am62x: Add support to detect AM62B-P1 board") Since this support, board_name is updated and we can no longer boot android since we don't set the proper dtb_index. Add am62b_p1_skevm and load the same dtb as for am62x_skevm. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Acked-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62x_evm_android.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am62x_evm_android.h b/include/configs/am62x_evm_android.h
index 91921ed35f..7a1e90c3ae 100644
--- a/include/configs/am62x_evm_android.h
+++ b/include/configs/am62x_evm_android.h
@@ -74,6 +74,9 @@
"if test $board_name = am62x_skevm; then " \
"echo \" Reading DTB for am62x_skevm...\"; " \
"setenv dtb_index 0;" \
+ "elif test $board_name = am62b_p1_skevm; then " \
+ "echo \" Reading DTB for am62b_p1_skevm...\"; " \
+ "setenv dtb_index 0;" \
"elif test $board_name = am62x_lp_skevm; then " \
"echo \" Reading DTB for am62x_lp_skevm...\"; " \
"setenv dtb_index 1;" \