diff options
-rw-r--r-- | conf/machine/omap5912osk.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 8369789f1b..ac73b90571 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -16,6 +16,8 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" SERIAL_CONSOLE ?= "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" +ROOT_FLASH_SIZE = "29" + MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa" MACHINE_TASK_PROVIDER = "task-base" |