From be3cc4b2e5bd53abee2aa9bb300727369996f306 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 1 Mar 2007 09:08:42 +0000 Subject: [PATCH] fic-gta01: set flash size to '60' instead of '60M' --- conf/machine/fic-gta01.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index b47c81d476..f6b35d721b 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -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" -- 2.39.5