mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-18 13:16:59 +02:00
omap3: overo: Fix fdtfile test
Commit 12cc543767
'omap3: overo: Select
fdtfile for expansion board' wrongly missed the operator in the fdtfile
test. Update the test to only overwrite an empty fdtfile environment
variable.
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
parent
fef3e25fc3
commit
115e71f7da
@ -151,7 +151,7 @@
|
|||||||
"run mmcboot;" \
|
"run mmcboot;" \
|
||||||
"fi;" \
|
"fi;" \
|
||||||
"if run loadzimage; then " \
|
"if run loadzimage; then " \
|
||||||
"if test $fdtfile; then " \
|
"if test -z \"${fdtfile}\"; then " \
|
||||||
"setenv fdtfile omap3-${boardname}-${expansionname}.dtb;" \
|
"setenv fdtfile omap3-${boardname}-${expansionname}.dtb;" \
|
||||||
"fi;" \
|
"fi;" \
|
||||||
"if run loadfdt; then " \
|
"if run loadfdt; then " \
|
||||||
|
Loading…
Reference in New Issue
Block a user