diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-26 20:08:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-26 20:08:49 +0000 |
commit | 9c5e5bad337763e3d58affc423bbe388f6f1b93b (patch) | |
tree | 0798ae5348fa6cfd1de92a6930cc0338d76771eb /conf/machine/h3600.conf | |
parent | 206647fb6ccf68137a2793c913053579f4553244 (diff) |
conf/machine/: add ROOT_FLASH_SIZE for h3600 (16), h3900 (32) and ipaq-pxa270 (80)
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r-- | conf/machine/h3600.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index f9ecedad46..48990d5618 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -10,6 +10,8 @@ EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p" BOOTSTRAP_EXTRA_DEPENDS = "alsa-driver handhelds-sa ipaq-boot-params" BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}" +ROOT_FLASH_SIZE = "16" + H3600_MODULES = "\ h3600-asic \ h3600-micro \ |