From b1a4897fdc656b945adaf24bcd5109d22bb0d4ad Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Thu, 30 Jul 2009 14:49:17 +0900 Subject: [PATCH] Build: Display u-boot.bin & u-boot-onenand.bin size for kmpark Signed-off-by: Kyungmin Park --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 110255b..891bd9a 100755 --- a/build.sh +++ b/build.sh @@ -41,6 +41,7 @@ build_uboot $* if [ "$USER" = "kmpark" ]; then cp -f u-boot.bin /tftpboot + ls -al u-boot.bin u-boot-onenand.bin ls -al onenand_ipl pushd ../images ./system.sh -- 2.7.4