summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: e378164)
raw | patch | inline | side by side (from parent 1: e378164)
author | Denys Dmytriyenko <denys@ti.com> | |
Tue, 5 Mar 2013 21:28:30 +0000 (16:28 -0500) | ||
committer | Denys Dmytriyenko <denys@ti.com> | |
Fri, 8 Mar 2013 21:15:35 +0000 (16:15 -0500) |
* Centralize common/SoC settings in omap4.inc SOC_FAMILY config.
* Set/override uncommon specifics in machine configs.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* Set/override uncommon specifics in machine configs.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
conf/machine/include/omap4.inc | patch | blob | history | |
conf/machine/pandaboard.conf | patch | blob | history |
index 5ee5f9db9e6797840b0181540d599aeaa1f622af..cf71be10fb364ef3ca530f0b1b05178b428be285 100644 (file)
KERNEL_IMAGETYPE = "uImage"
+UBOOT_MACHINE = "omap4_panda_config"
+
UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
index 3ebd6d93276ec85cbaba74afed6b66803ce96658..b3d0399d51bcd0c9ca65e79960ec16f1e9e57309 100644 (file)
require conf/machine/include/omap4.inc
-UBOOT_MACHINE = "omap4_panda_config"
-
GUI_MACHINE_CLASS = "bigscreen"
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"