diff options
Diffstat (limited to 'conf/machine/rx1950.conf')
-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 |