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"