From: Minkyu Kang Date: Wed, 7 Oct 2009 00:33:38 +0000 (+0900) Subject: s5pc1xx: universal: use the correct name X-Git-Tag: IL01-20091009~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88c4040ac9d9766df0029d5a68546f133003c2e7;p=kernel%2Fu-boot.git s5pc1xx: universal: use the correct name Signed-off-by: Minkyu Kang --- diff --git a/Makefile b/Makefile index 6bb8401..c39cfa9 100644 --- a/Makefile +++ b/Makefile @@ -3127,7 +3127,7 @@ omap3_zoom1_config : unconfig omap3_zoom2_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom2 logicpd omap3 -s5pc100_universal_config: unconfig +s5pc1xx_universal_config: unconfig @echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 universal samsung s5pc1xx @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc1xx_universal.h similarity index 100% rename from include/configs/s5pc100_universal.h rename to include/configs/s5pc1xx_universal.h