diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-10-09 17:59:18 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-10-10 12:18:16 -0400 |
| commit | 6903f2aba8e1c159ef14dcd216d6c7832e409f28 (patch) | |
| tree | bd4d238a953908598721d8a40ec80c839c6f60c1 | |
| parent | acdd0cba6dc0208e9d875168e93ff76e9ce4e756 (diff) | |
| download | meta-ti-6903f2aba8e1c159ef14dcd216d6c7832e409f28.tar.gz | |
ti33x: switch KERNEL_IMAGETYPE to zImage by default
To be used with latest u-boot that prefers zImage over uImage
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
| -rw-r--r-- | conf/machine/include/ti33x.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 12b80c6d..8a91a52c 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
| @@ -16,14 +16,14 @@ XSERVER = "xserver-xorg \ | |||
| 16 | GUI_MACHINE_CLASS = "bigscreen" | 16 | GUI_MACHINE_CLASS = "bigscreen" |
| 17 | 17 | ||
| 18 | # Increase this everytime you change something in the kernel | 18 | # Increase this everytime you change something in the kernel |
| 19 | MACHINE_KERNEL_PR = "r19" | 19 | MACHINE_KERNEL_PR = "r20" |
| 20 | 20 | ||
| 21 | # Default providers, may need to override for specific machines | 21 | # Default providers, may need to override for specific machines |
| 22 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" | 22 | 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 = "am335x_evm_config" | 29 | UBOOT_MACHINE = "am335x_evm_config" |
