summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/am62px_evm.h5
-rw-r--r--include/configs/am62x_evm_android.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/am62px_evm.h b/include/configs/am62px_evm.h
index f00354f3b1b..9a952538888 100644
--- a/include/configs/am62px_evm.h
+++ b/include/configs/am62px_evm.h
@@ -14,4 +14,9 @@
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>
+/* include Android related settings */
+#if CONFIG_CMD_ABOOTIMG
+#include <configs/am62x_evm_android.h>
+#endif
+
#endif /* __CONFIG_AM62PX_EVM_H */
diff --git a/include/configs/am62x_evm_android.h b/include/configs/am62x_evm_android.h
index 88c780619db..91921ed35f1 100644
--- a/include/configs/am62x_evm_android.h
+++ b/include/configs/am62x_evm_android.h
@@ -80,6 +80,9 @@
"elif test $board_name = am62x_beagleplay; then " \
"echo \" Reading DTB for am62x_beagleplay...\"; " \
"setenv dtb_index 2;" \
+ "elif test $board_name = am62px; then " \
+ "echo \" Reading DTB for am62px...\"; " \
+ "setenv dtb_index 3;" \
"else " \
"echo Error: Android boot is not supported for $board_name; " \
"exit; " \