diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-09-23 09:47:16 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-25 23:19:21 +0200 |
commit | b2d9ce20c39bdcf9940831b9f529cfd79af03711 (patch) | |
tree | 4602f255ffceeaca583ad5dda8fc638519e5bb47 | |
parent | 1bd04cea1cb12fbe3aa1dfdfcff04dcbffa0bb98 (diff) | |
download | buildroot-b2d9ce20c39bdcf9940831b9f529cfd79af03711.tar.gz buildroot-b2d9ce20c39bdcf9940831b9f529cfd79af03711.zip |
configs/imx6dlsabreauto: Use zImage by default
Currently the generated sdcard.img does not boot because U-Boot looks for
a zImage type of kernel instead of uImage.
Remove the generation of uImage, so that the sdcard.img can successfully
boot.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/freescale_imx6dlsabreauto_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/freescale_imx6dlsabreauto_defconfig b/configs/freescale_imx6dlsabreauto_defconfig index 5a8d4ce3a7..402d9c06cd 100644 --- a/configs/freescale_imx6dlsabreauto_defconfig +++ b/configs/freescale_imx6dlsabreauto_defconfig @@ -17,8 +17,6 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git" BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_4.1.15_1.1.0_ga" BR2_LINUX_KERNEL_DEFCONFIG="imx_v7" -BR2_LINUX_KERNEL_UIMAGE=y -BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x10008000" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6dl-sabreauto" |