Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80994
b: refs/heads/master
c: 701172d
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Paul Mackerras committed Dec 6, 2007
1 parent 410a513 commit d012a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 928b9695592921957289d038ee75f613d9485a0a
refs/heads/master: 701172d1b8a90d87532e49b946966ff37f948cc2
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/boot/wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ while [ "$#" -gt 0 ]; do
done

if [ -n "$dts" ]; then
if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
dts="$object/dts/$dts"
fi
if [ -z "$dtb" ]; then
dtb="$platform.dtb"
fi
Expand Down

0 comments on commit d012a7f

Please sign in to comment.