From: Roger Monk Date: Fri, 25 Mar 2011 15:21:43 +0000 (+0000) Subject: omap4430-panda: Switch panda to use new omap4 include + add new SOC_FAMILY X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9dcbad7db1b7c63beccfd5cdebc17bd35e0814e;p=openembedded.git 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 --- 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