diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2009-09-30 17:29:24 +0300 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-24 04:23:21 +0100 |
commit | 578474378e6df1ceb22f063f13c29ba3cba61c84 (patch) | |
tree | 64ce8831cecc79b5ad77c203d94440612fbc5832 | |
parent | 1b6cc35e3acf0f65ec4ab761949dcec6d86f43fc (diff) |
conf/machine/rx1950.conf: Correct information of the config file
The HP iPAQ RX1950 has no bluetooth, and its flash size is 64M.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
-rw-r--r-- | conf/machine/rx1950.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf index 1495e867d9..fb70437bd8 100644 --- a/conf/machine/rx1950.conf +++ b/conf/machine/rx1950.conf @@ -10,12 +10,12 @@ TARGET_ARCH = "arm" # Samsung S3C2xxx CPU require conf/machine/include/tune-arm920t.inc -ROOT_FLASH_SIZE = "32" +ROOT_FLASH_SIZE = "64" VOLATILE_STORAGE_SIZE = "64" MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" -MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda wifi usbgadget screen vfat" # # Software/packages selection |