From: Kyungmin Park Date: Wed, 2 Sep 2009 04:25:34 +0000 (+0900) Subject: BUILD: copy u-boot-onenand.bin to local directory X-Git-Tag: 20091016~78^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e3477e6aaf12cc8aa8d6aa44cd09a0b876f45fd;p=kernel%2Fu-boot.git BUILD: copy u-boot-onenand.bin to local directory Signed-off-by: Kyungmin Park --- diff --git a/build.sh b/build.sh index 8e9858c..b44dd3d 100755 --- 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