]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/include/omap3.inc
linux 3.0: update to 3.0.17
[glsdk/meta-ti-glsdk.git] / conf / machine / include / omap3.inc
1 SOC_FAMILY = "omap3"
3 require conf/machine/include/tune-cortexa8.inc
4 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
5 # Increase this everytime you change something in the kernel
6 MACHINE_KERNEL_PR = "r115"
8 KERNEL_IMAGETYPE = "uImage"
10 UBOOT_ENTRYPOINT = "0x80008000"
11 UBOOT_LOADADDRESS = "0x80008000"
13 EXTRA_IMAGEDEPENDS += "u-boot x-load"