diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/keystone.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index 047cc185..72e71bfa 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc | |||
@@ -4,10 +4,11 @@ require conf/machine/include/soc-family.inc | |||
4 | require conf/machine/include/tune-cortexa15.inc | 4 | require conf/machine/include/tune-cortexa15.inc |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" |
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" |
8 | PREFERRED_PROVIDER_u-boot = "u-boot-keystone" | ||
8 | 9 | ||
9 | # Increase this everytime you change something in the kernel | 10 | # Increase this everytime you change something in the kernel |
10 | MACHINE_KERNEL_PR = "r5" | 11 | MACHINE_KERNEL_PR = "r6" |
11 | 12 | ||
12 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "uImage" |
13 | 14 | ||