aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/omap4.inc15
-rw-r--r--conf/machine/omap4430-panda.conf2
2 files changed, 16 insertions, 1 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
new file mode 100644
index 0000000000..a5a920cd24
--- /dev/null
+++ b/conf/machine/include/omap4.inc
@@ -0,0 +1,15 @@
+SOC_FAMILY = "omap4"
+TARGET_ARCH = "arm"
+
+require conf/machine/include/tune-cortexa8.inc
+PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+# Increase this everytime you change something in the kernel
+MACHINE_KERNEL_PR = "r101"
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+UBOOT_LOADADDRESS = "0x80008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot x-load"
+
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf
index d7956906ea..f5f8757533 100644
--- a/conf/machine/omap4430-panda.conf
+++ b/conf/machine/omap4430-panda.conf
@@ -2,7 +2,7 @@
#@NAME: OMAP4430 Panda
#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
-require conf/machine/include/omap3.inc
+require conf/machine/include/omap4.inc
XLOAD_MACHINE = "omap4430panda_config"
XLOAD_LOAD_ADDRESS = 0x40304350