[meta-ti] Denys Dmytriyenko : omap4, pandaboard: unify and cleanup configs
Arago Project git
git at arago-project.org
Fri Mar 8 13:18:17 PST 2013
Module: meta-ti
Branch: master
Commit: 2b23831ed1b65fe8d739f4ea36df678bde211801
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2b23831ed1b65fe8d739f4ea36df678bde211801
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Mar 5 16:28:30 2013 -0500
omap4, pandaboard: unify and cleanup configs
* Centralize common/SoC settings in omap4.inc SOC_FAMILY config.
* Set/override uncommon specifics in machine configs.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/include/omap4.inc | 2 ++
conf/machine/pandaboard.conf | 6 +-----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index 5ee5f9d..cf71be1 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -17,6 +17,8 @@ MACHINE_KERNEL_PR = "r1"
KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "omap4_panda_config"
+
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 3ebd6d9..b3d0399 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -4,8 +4,6 @@
require conf/machine/include/omap4.inc
-UBOOT_MACHINE = "omap4_panda_config"
-
GUI_MACHINE_CLASS = "bigscreen"
IMAGE_FSTYPES += "tar.bz2"
@@ -13,6 +11,4 @@ IMAGE_FSTYPES += "tar.bz2"
SERIAL_CONSOLE = "115200 ttyO2"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat sgx"
-
-
+MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx"
More information about the meta-ti
mailing list