diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-11-11 20:35:36 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-11-11 20:35:54 +0100 |
commit | d83b45f74d4c7fb8b10fe84ac02624608bed0e90 (patch) | |
tree | a203bc8fce8c1d30e03846895e3866b997d1f422 /packages/linux/linux_2.6.25.bb | |
parent | 650e3ca21c54d83d8b1cc5ffae4ac346eeae0d6c (diff) |
linux: added support for m8050 device
Diffstat (limited to 'packages/linux/linux_2.6.25.bb')
-rw-r--r-- | packages/linux/linux_2.6.25.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux/linux_2.6.25.bb b/packages/linux/linux_2.6.25.bb index c095e5c3a2..5da65469b1 100644 --- a/packages/linux/linux_2.6.25.bb +++ b/packages/linux/linux_2.6.25.bb @@ -12,6 +12,7 @@ DEFAULT_PREFERENCE_alix = "1" DEFAULT_PREFERENCE_at32stk1000 = "1" DEFAULT_PREFERENCE_at91-l9260 = "1" DEFAULT_PREFERENCE_db1200 = "1" +DEFAULT_PREFERENCE_m8050 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.25.tar.bz2 \ file://defconfig" @@ -40,6 +41,8 @@ SRC_URI_append_at91-l9260 = " \ http://maxim.org.za/AT91RM9200/2.6/2.6.25-at91.patch.gz;patch=1 \ " +SRC_URI_append_m8050 = " file://m8050.diff;patch=1 file://update-mach-types.diff;patch=1" + CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2" FILES_kernel-image_cm-x270 = "" |