From 2cf3e1a67d7a25b69a9dcb0e3987cfb0a64d266d Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 18 Jun 2009 08:28:53 +0900 Subject: [PATCH] [universal] fix typo Signed-off-by: Minkyu Kang --- include/configs/s5pc100_universal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc100_universal.h index 871786f..0289d10 100644 --- a/include/configs/s5pc100_universal.h +++ b/include/configs/s5pc100_universal.h @@ -140,7 +140,7 @@ " ${meminfo}" #define CONFIG_COMMON_BOOT "console=ttySAC2,115200n8" \ - " ${memifo} " \ + " ${meminfo} " \ " " MTDPARTS_DEFAULT #define CONFIG_BOOTARGS "root=/dev/mtdblock5 ubi.mtd=4" \ @@ -179,7 +179,7 @@ " initrd=0x23000000,8M ramdisk=8192\0" \ "rootfstype=cramfs\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ - "meminfo=mem=208M" \ + "meminfo=mem=208M\0" \ "nfsroot=/nfsroot/arm\0" \ "bootblock=5\0" \ "ubiblock=4\0" \ -- 2.7.4