diff options
Diffstat (limited to 'conf/machine/include/keystone.inc')
| -rw-r--r-- | conf/machine/include/keystone.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc new file mode 100644 index 00000000..1914128e --- /dev/null +++ b/conf/machine/include/keystone.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SOC_FAMILY = "keystone" | ||
| 2 | require conf/machine/include/soc-family.inc | ||
| 3 | |||
| 4 | require conf/machine/include/tune-cortexa15.inc | ||
| 5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | ||
| 6 | # Increase this everytime you change something in the kernel | ||
| 7 | MACHINE_KERNEL_PR = "r1" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "uImage" | ||
| 10 | |||
| 11 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 12 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 13 | |||
| 14 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
