diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 11:55:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-20 11:55:16 +0000 |
commit | 0f03543eb2a001204993d7c22920feda3748fb31 (patch) | |
tree | 849557f9525515c2a5673ef617fd088f4d9c49c4 /conf/machine/logicpd-pxa270.conf | |
parent | 21ccc08d57430f14dcfa9b85ffb52437c2361099 (diff) | |
parent | a81633e35bf595208cf9f6631b460eb17d56bab4 (diff) |
merge of '296ff29bfd956e25378dc4b3d757bfe71b1010d5'
and '9a74dad27351d4893343978ef329c84a1fc7dbfb'
Diffstat (limited to 'conf/machine/logicpd-pxa270.conf')
-rw-r--r-- | conf/machine/logicpd-pxa270.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/machine/logicpd-pxa270.conf b/conf/machine/logicpd-pxa270.conf index 206958c2ce..efb19aea93 100644 --- a/conf/machine/logicpd-pxa270.conf +++ b/conf/machine/logicpd-pxa270.conf @@ -16,7 +16,12 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by opie-collections.inc ROOT_FLASH_SIZE = "32" -# EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000" -EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000" + +# default flash partition setup of the LogicPD flash board is: +# 0x00000000-0x000c0000 : "Bootloader" +# 0x000c0000-0x01000000 : "YAFFS" +# 0x01000000-0x02000000 : "Filesystem" (JFFS2) + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1000000 --eraseblock=0x40000" |