projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a416dd8
)
[PATCH] Remove dtb file created by wrapper script
author
Mark A. Greer
<mgreer@mvista.com>
Thu, 9 Nov 2006 00:50:44 +0000
(17:50 -0700)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 13 Nov 2006 03:48:58 +0000
(14:48 +1100)
When the wrapper script is passed a dts file, it runs 'dtc' to create
a dtb file. This patch deletes that dtb file once its no longer needed.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/boot/wrapper
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/wrapper
b/arch/powerpc/boot/wrapper
index b5fb1fee76f8ca0a1e6bf1961c167c458d05ae90..024e4d425c596b30fd9b31817d0dbc2bb0a4a990 100755
(executable)
--- a/
arch/powerpc/boot/wrapper
+++ b/
arch/powerpc/boot/wrapper
@@
-184,6
+184,9
@@
fi
if [ -n "$dtb" ]; then
addsec $tmp "$dtb" .kernel:dtb
+ if [ -n "$dts" ]; then
+ rm $dtb
+ fi
fi
if [ "$platform" != "miboot" ]; then