提交 115e71f7 编写于 作者: S Stefan Herbrechtsmeier 提交者: Tom Rini

omap3: overo: Fix fdtfile test

Commit 12cc5437 '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: NStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
上级 fef3e25f
......@@ -151,7 +151,7 @@
"run mmcboot;" \
"fi;" \
"if run loadzimage; then " \
"if test $fdtfile; then " \
"if test -z \"${fdtfile}\"; then " \
"setenv fdtfile omap3-${boardname}-${expansionname}.dtb;" \
"fi;" \
"if run loadfdt; then " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册