summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authormatwey.kornilov@gmail.com <matwey.kornilov@gmail.com>2016-05-01 19:58:31 +0300
committerTom Rini <trini@konsulko.com>2016-05-02 18:37:10 -0400
commitf9f9d2d625056b674145b6773fe2d91852e4a7fa (patch)
tree55e48676646734890360385653cbb8ac33308a7b /include/configs/am335x_evm.h
parenteae4b2b67bc8c68e2440616a447ca6c6898ad188 (diff)
downloadtalos-obmc-uboot-f9f9d2d625056b674145b6773fe2d91852e4a7fa.tar.gz
talos-obmc-uboot-f9f9d2d625056b674145b6773fe2d91852e4a7fa.zip
config: am335x_evm: detect BoneGreen using BBG1
Since 770e68c0a37fded897d4bdda661614fc81cb33d2 BoneGreen is detected in board_late_init as board_name 'BBG1' Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index cd8923d7a5..16935a105a 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -162,12 +162,9 @@
"if test $board_name = A335BONE; then " \
"setenv fdtfile am335x-bone.dtb; fi; " \
"if test $board_name = A335BNLT; then " \
- "if test $board_rev = BBG1; then " \
- "setenv fdtfile am335x-bonegreen.dtb; " \
- "else " \
- "setenv fdtfile am335x-boneblack.dtb; " \
- "fi; " \
- "fi; " \
+ "setenv fdtfile am335x-boneblack.dtb; fi; " \
+ "if test $board_name = BBG1; then " \
+ "setenv fdtfile am335x-bonegreen.dtb; fi; " \
"if test $board_name = A33515BB; then " \
"setenv fdtfile am335x-evm.dtb; fi; " \
"if test $board_name = A335X_SK; then " \
OpenPOWER on IntegriCloud