git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda2e9f
)
fic-gta01: set flash size to '60' instead of '60M'
author
Koen Kooi
<koen@openembedded.org>
Thu, 1 Mar 2007 09:08:42 +0000
(09:08 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 1 Mar 2007 09:08:42 +0000
(09:08 +0000)
conf/machine/fic-gta01.conf
patch
|
blob
|
history
diff --git
a/conf/machine/fic-gta01.conf
b/conf/machine/fic-gta01.conf
index
b47c81d
..
f6b35d7
100644
(file)
--- 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 = "60
M
"
+ROOT_FLASH_SIZE = "60"
# extra jffs2 tweaks
EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 --pad -n"