summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Barker <[email protected]>2022-04-11 15:42:01 +0000
committerTom Rini <[email protected]>2022-04-21 09:08:57 -0400
commita95cd68d516a547b09e6060b664e101e03706365 (patch)
treecf7fed0d087ae797cac186cf38764f2d1f64d08e /include
parentcde726442b244029d99965695a25ce198e14fbbb (diff)
board: ti: am335x: Add support for BBE Extended WiFi
The Sancloud BeagleBone Enhanced Extended WiFi (BBE Extended WiFi) has its own devicetree file and the board can be identified by the 2nd letter of the config string within the common EEPROM. Signed-off-by: Paul Barker <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 746d11b0a9b..fd5b209a52d 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -136,6 +136,8 @@
"setenv fdtfile am335x-sancloud-bbe.dtb; fi; " \
"if test $board_name = BBELITE; then " \
"setenv fdtfile am335x-sancloud-bbe-lite.dtb; fi; " \
+ "if test $board_name = BBE_EX_WIFI; then " \
+ "setenv fdtfile am335x-sancloud-bbe-extended-wifi.dtb; fi; " \
"if test $board_name = A33515BB; then " \
"setenv fdtfile am335x-evm.dtb; fi; " \
"if test $board_name = A335X_SK; then " \