universal: Modify mach number to 3000
authorKyungmin Park <kyungmin.park@samsung.com>
Fri, 26 Jun 2009 01:53:32 +0000 (10:53 +0900)
committerKyungmin Park <kyungmin.park@samsung.com>
Fri, 26 Jun 2009 01:53:32 +0000 (10:53 +0900)
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
include/configs/s5pc100_universal.h

index 985a94c..384cf9c 100644 (file)
@@ -62,7 +62,7 @@
 /*
  * Architecture magic and machine type
  */
-#define MACH_TYPE      1826
+#define MACH_TYPE      3000
 
 #define CONFIG_DISPLAY_CPUINFO
 
        "flashboot=set bootargs root=/dev/mtdblock${bootblock}" \
         " rootfstype=${rootfstype}" \
         " ubi.mtd=${ubiblock} ${opts} " CONFIG_COMMON_BOOT "; run bootk\0" \
-       "ubifsboot=set bootargs root=ubi0!initrd.ubifs rootfstype=ubifs" \
+       "ubifsboot=set bootargs root=ubi0!rootfs rootfstype=ubifs" \
         " ubi.mtd=${ubiblock} ${opts} " CONFIG_COMMON_BOOT "; run bootk\0" \
        "boottrace=setenv opts initcall_debug; run bootcmd\0" \
        "android=set bootargs root=ubi0!ramdisk ubi.mtd=${ubiblock}" \