From 660340d5a381b82e61a17bbbe483206c93545659 Mon Sep 17 00:00:00 2001 From: Roger Monk Date: Fri, 25 Mar 2011 15:21:43 +0000 Subject: omap4430-panda: Switch panda to use new omap4 include + add new SOC_FAMILY * Add new omap4.inc * Switch machine config to use new omap4 include Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- conf/machine/include/omap4.inc | 15 +++++++++++++++ conf/machine/omap4430-panda.conf | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 conf/machine/include/omap4.inc (limited to 'conf') 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 -- cgit 1.2.3-korg