BUILD: copy u-boot-onenand.bin to local directory
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 2 Sep 2009 04:25:34 +0000 (13:25 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Wed, 2 Sep 2009 04:25:34 +0000 (13:25 +0900)
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
build.sh

index 8e9858c..b44dd3d 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -40,7 +40,7 @@ check_users
 build_uboot $*
 
 if [ "$USER" = "kmpark" ]; then
-       cp -f u-boot.bin /tftpboot
+       cp -f u-boot.bin u-boot-onenand.bin /tftpboot
        ls -al u-boot.bin u-boot-onenand.bin
        ls -al onenand_ipl
        pushd ../images