diff options
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/am180x-evm.conf | 2 | ||||
| -rw-r--r-- | conf/machine/include/davinci.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index 7ea25cf1..cff15656 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf | |||
| @@ -14,3 +14,5 @@ IMAGE_FSTYPES += "tar.gz ubi" | |||
| 14 | SERIAL_CONSOLE = "115200 ttyS2" | 14 | SERIAL_CONSOLE = "115200 ttyS2" |
| 15 | 15 | ||
| 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp" | 16 | PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp" |
| 17 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am180x" | ||
| 18 | PREFERRED_PROVIDER_u-boot = "u-boot-am180x" | ||
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 756a1e58..6be5eb71 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require conf/machine/include/tune-arm926ejs.inc | 1 | require conf/machine/include/tune-arm926ejs.inc |
| 2 | 2 | ||
| 3 | # Increase this everytime you change something in the kernel | 3 | # Increase this everytime you change something in the kernel |
| 4 | MACHINE_KERNEL_PR = "r52" | 4 | MACHINE_KERNEL_PR = "r53" |
| 5 | 5 | ||
| 6 | KERNEL_IMAGETYPE = "uImage" | 6 | KERNEL_IMAGETYPE = "uImage" |
| 7 | 7 | ||
