mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
config: am335x_evm: detect BoneGreen using BBG1
Since 770e68c0a3
BoneGreen is detected in board_late_init as board_name 'BBG1'
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
This commit is contained in:
parent
eae4b2b67b
commit
f9f9d2d625
1 changed files with 3 additions and 6 deletions
|
@ -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 " \
|
||||
|
|
Loading…
Reference in a new issue