projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25448f2
)
build: make tar image for u-boot.bin
author
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 7 Oct 2010 06:46:43 +0000
(15:46 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Thu, 7 Oct 2010 06:46:43 +0000
(15:46 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
build.sh
patch
|
blob
|
history
diff --git
a/build.sh
b/build.sh
index
0210273
..
ca64672
100755
(executable)
--- a/
build.sh
+++ b/
build.sh
@@
-121,6
+121,7
@@
elif [ "$USER" = "dofmind" ]; then
tar cvf system_uboot.tar u-boot-onenand.bin
mv -f system_uboot*.tar /home/release
elif [ "$USER" = "prom" ]; then
+ tar cvf system_uboot.tar u-boot.bin
tar cvf system_uboot_evt0.tar u-boot-onenand-evt0.bin
tar cvf system_uboot_evt1.tar u-boot-onenand-evt1.bin
tar cvf system_uboot_evt1-fused.tar u-boot-onenand-evt1-fused.bin