From 6fbfd6ed93ea2e8bc70dff3036bd97cce1268b0b Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 30 Oct 2013 00:47:41 +0100 Subject: machine: add more JFFS2_ERASEBLOCK definitions some missing found googling on the web 0x40000 explicited even if image_types.bbclass default Signed-off-by: Andrea Adami --- conf/machine/ben-nanonote.conf | 2 ++ conf/machine/h1940.conf | 2 ++ conf/machine/h3900.conf | 2 ++ conf/machine/h4000.conf | 2 ++ conf/machine/rx1950.conf | 3 +++ conf/machine/rx3000.conf | 1 + 6 files changed, 12 insertions(+) (limited to 'conf') diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index 407d453..e09eb70 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -10,6 +10,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote" #KERNEL_IMAGETYPE = "uImage" KERNEL_IMAGETYPE = "vmlinux.bin" +JFFS2_ERASEBLOCK = "0x80000" + #ScreenInfo MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "320" diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index 6eba1df..cd7e9d2 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -15,6 +15,8 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_LOADADDRESS = "0x30108000" UBOOT_ENTRYPOINT = "0x30108000" +JFFS2_ERASEBLOCK = "0x4000" + # Set features for task-base MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 2d3c70a..ff4135c 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -19,6 +19,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params" +JFFS2_ERASEBLOCK = "0x40000" + # # Modules autoload and other boot properties # diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index af392ca..151200e 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -26,6 +26,8 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \ keymaps \ " +JFFS2_ERASEBLOCK = "0x40000" + # # Modules autoload and other boot properties # diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf index 54fe6a4..e4f933c 100644 --- a/conf/machine/rx1950.conf +++ b/conf/machine/rx1950.conf @@ -20,5 +20,8 @@ MACHINE_FEATURES = "touchscreen apm alsa irda wifi usbgadget screen vfat qvga" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.35" +JFFS2_ERASEBLOCK = "0x4000" + SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" + diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf index 726db84..536dd30 100644 --- a/conf/machine/rx3000.conf +++ b/conf/machine/rx3000.conf @@ -22,6 +22,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware" MACHINE_EXTRA_RRECOMMENDS = "kernel-module-acx \ " +JFFS2_ERASEBLOCK = "0x4000" # # Modules autoload and other boot properties -- cgit 1.2.3-korg