s5pc110: don't make ipl image
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 11 Oct 2010 06:13:18 +0000 (15:13 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 11 Oct 2010 06:13:18 +0000 (15:13 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Makefile
build.sh

index 251ff43..b80cc81 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2201,21 +2201,8 @@ s5pc100_universal_config:        unconfig
        @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
        @echo "ONENAND_BIN = $(obj)onenand_ipl/onenand-ipl-16k.bin" >> $(obj)include/config.mk
 
-s5pc110_universal_mmc_config \
 s5pc110_universal_config:      unconfig
-       @if [ "$(findstring mmc,$@)" ] ; then \
-               echo "#define CONFIG_MMC_U_BOOT" > $(obj)include/config.h ; \
-       else \
-               echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h ; \
-       fi;
        @$(MKCONFIG) -a s5pc1xx_universal arm armv7 universal_c110 samsung s5pc1xx
-       @if [ "$(findstring mmc,$@)" ] ; then \
-               echo "CONFIG_MMC_U_BOOT = y" >> $(obj)include/config.mk ; \
-               echo "MMC_BIN = $(obj)mmc_ipl/mmc-ipl-12k-fused.bin" >> $(obj)include/config.mk ; \
-       else \
-               echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk ; \
-               echo "ONENAND_BIN = $(obj)onenand_ipl/onenand-ipl-16k.bin" >> $(obj)include/config.mk ; \
-       fi;
 
 s5pc1xx_p1p2_config:   unconfig
        @echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h
index 63da590..857ba7c 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -101,11 +101,11 @@ make_evt_image()
 
 check_ccache
 check_users
-check_ipl $1
+#check_ipl $1
 
 build_uboot $*
 
-make_evt_image
+#make_evt_image
 
 if [ "$IPL" != "mmc" -a -e "$PWD/u-boot-onenand.bin" ]; then
        size=`ls -al u-boot-onenand.bin | awk -F' ' '{printf $5}'`
@@ -123,35 +123,21 @@ if [ "$USER" = "kmpark" ]; then
        ./system.sh
        popd
 elif [ "$USER" = "dofmind" ]; 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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
-       tar cvf system_uboot.tar u-boot-onenand.bin
+       tar cvf system_uboot.tar u-boot.bin
        mv -f system_uboot*.tar /home/release
 elif [ "$USER" = "prom" ]; then
        tar cvf system_uboot.tar u-boot.bin
-       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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
        mv -f system_uboot* /home/share/Work/bin
 elif [ "$USER" = "jaehoon" ]; 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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
+       tar cvf system_uboot.tar u-boot.bin
        mv -f system_uboot* /home/jaehoon/shared/new/
 elif [ "$USER" = "leedonghwa" ]; 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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
+       tar cvf system_uboot.tar u-boot.bin
        mv -f system_uboot* /home/leedonghwa/Build-Binaries/
 elif [ "$USER" = "cwchoi00" ]; 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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
+       tar cvf system_uboot.tar u-boot.bin
 elif [ "$USER" = "donggeun" ]; 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_evt1-fused.tar u-boot-onenand-evt1-fused.bin
+       tar cvf system_uboot.tar u-boot.bin
        mv -f system_uboot*.tar /home/donggeun/workspace/images
 elif [ "$USER" = "marek" ]; then
        BOARD=`grep BOARD include/config.mk | awk -F'= ' '{printf $2}'`