fic-gta01: set flash size to '60' instead of '60M'
authorKoen Kooi <koen@openembedded.org>
Thu, 1 Mar 2007 09:08:42 +0000 (09:08 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 1 Mar 2007 09:08:42 +0000 (09:08 +0000)
conf/machine/fic-gta01.conf

index b47c81d..f6b35d7 100644 (file)
@@ -7,7 +7,7 @@
 TARGET_ARCH = "arm"
 PACKAGE_EXTRA_ARCHS = "armv4t"
 
-PREFERRED_PROVIDER_virtual/kernel = "gta01-kernel"
+PREFERRED_PROVIDER_virtual/kernel = "linux-gta01"
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost"
 
@@ -26,7 +26,7 @@ MACHINE_TASK_PROVIDER = "task-base"
 SERIAL_CONSOLE = "115200 ttySAC0"
 
 # used by some images
-ROOT_FLASH_SIZE = "60M"
+ROOT_FLASH_SIZE = "60"
 
 # extra jffs2 tweaks
 EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"