]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - conf/machine/include/omap4.inc
omap4.inc: change to require tune-cortexa9.inc
[glsdk/meta-ti-glsdk.git] / conf / machine / include / omap4.inc
index d8d7e08b407fac712e00daf8d5ea73d0059fca05..96eaae76a0025838c575dcd5ba3513bd40300e56 100644 (file)
@@ -1,7 +1,7 @@
 SOC_FAMILY = "omap4"
 require conf/machine/include/soc-family.inc
 
-require conf/machine/include/tune-cortexa8.inc
+require conf/machine/include/tune-cortexa9.inc
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
@@ -15,7 +15,7 @@ XSERVER = "xserver-xorg \
            xf86-video-fbdev" 
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r0"
+MACHINE_KERNEL_PR = "r1"
 
 KERNEL_IMAGETYPE = "uImage"
 
@@ -23,4 +23,3 @@ UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 
 EXTRA_IMAGEDEPENDS += "u-boot"
-