build: update prom's setting
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 26 Mar 2010 10:31:44 +0000 (19:31 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 26 Mar 2010 10:31:44 +0000 (19:31 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
build.sh

index 720efe8..a7f79ec 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -80,5 +80,6 @@ elif [ "$USER" = "dofmind" ]; then
 elif [ "$USER" = "prom" ]; then
        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_secure.tar u-boot-onenand-secure.bin
        mv -f system_uboot* /home/share/Work/bin
 fi