From badd7007909034f12fda9d0c99cd97fe239c7fb3 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 18 Aug 2010 16:35:21 +0900 Subject: [PATCH] build: update build script for eMMC boot Signed-off-by: Jaehoon Chung --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 188c9da..ab6237e 100755 --- a/build.sh +++ b/build.sh @@ -63,6 +63,7 @@ make_evt_image() { cat "$IPL"_ipl/"$IPL"-ipl-16k-evt0.bin u-boot.bin > u-boot-"$IPL"-evt0.bin cat "$IPL"_ipl/"$IPL"-ipl-16k-fused.bin u-boot.bin > u-boot-"$IPL"-evt1-fused.bin + cat "$IPL"_ipl/"$IPL"-ipl-8k-fused.bin u-boot.bin > u-boot-"$IPL"-evt1-fused.bin # To distinguish previous u-boot-onenand.bin, it uses the evt1 suffix cp u-boot-"$IPL".bin u-boot-"$IPL"-evt1.bin } -- 2.7.4