Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9c4b4bd authored by Mark A. Greer's avatar Mark A. Greer Committed by Paul Mackerras
Browse files

[PATCH] Remove dtb file created by wrapper script



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: default avatarMark A. Greer <mgreer@mvista.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent a416dd8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -184,6 +184,9 @@ fi


if [ -n "$dtb" ]; then
if [ -n "$dtb" ]; then
    addsec $tmp "$dtb" .kernel:dtb
    addsec $tmp "$dtb" .kernel:dtb
    if [ -n "$dts" ]; then
	rm $dtb
    fi
fi
fi


if [ "$platform" != "miboot" ]; then
if [ "$platform" != "miboot" ]; then