diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index 623f2df9..aba122a9 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc | |||
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | |||
10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 10 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
11 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 11 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
12 | 12 | ||
13 | KERNEL_IMAGETYPE = "uImage" | 13 | KERNEL_IMAGETYPE = "zImage" |
14 | 14 | ||
15 | UBOOT_ARCH = "arm" | 15 | UBOOT_ARCH = "arm" |
16 | UBOOT_ENTRYPOINT = "0x80008000" | 16 | UBOOT_ENTRYPOINT = "0x80008000" |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 62da105f..adb66e37 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -23,7 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | |||
23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 23 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
24 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 24 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
25 | 25 | ||
26 | KERNEL_IMAGETYPE = "uImage" | 26 | KERNEL_IMAGETYPE = "zImage" |
27 | 27 | ||
28 | UBOOT_ARCH = "arm" | 28 | UBOOT_ARCH = "arm" |
29 | UBOOT_MACHINE = "am43xx_evm_config" | 29 | UBOOT_MACHINE = "am43xx_evm_config" |