@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
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}'`
./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}'`