linux-omap-zoomsync: add patch to add more options to detect silicon at runtime ...
[openembedded.git] / conf / machine / include / omap3.inc
blobde82901b513dbf865d9afc9e93a36176382d5c7a
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 = "r70"
8 KERNEL_IMAGETYPE = "uImage"
10 UBOOT_ENTRYPOINT = "0x80008000"
11 UBOOT_LOADADDRESS = "0x80008000"
13 # Only build u-boot, xload is optional
14 EXTRA_IMAGEDEPENDS += "u-boot"