diff options
author | Georges Savoundararadj <savoundg@gmail.com> | 2016-09-07 15:29:12 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-11 23:28:33 +0200 |
commit | 9a98a75693973d82c7bf3c0cfdc07342237b7f22 (patch) | |
tree | f69968c97957136abe676844ab3a97a7122754f0 | |
parent | 66ce1cde74b895cb8c63a0cf21b300409d5cb877 (diff) | |
download | buildroot-9a98a75693973d82c7bf3c0cfdc07342237b7f22.tar.gz buildroot-9a98a75693973d82c7bf3c0cfdc07342237b7f22.zip |
imx6dlsabresd: use zImage
U-Boot, with the default environment, is looking for a zImage.
Signed-off-by: Georges Savoundararadj <savoundg@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/freescale_imx6dlsabresd_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/freescale_imx6dlsabresd_defconfig b/configs/freescale_imx6dlsabresd_defconfig index c01bf7aa9c..7e42faa698 100644 --- a/configs/freescale_imx6dlsabresd_defconfig +++ b/configs/freescale_imx6dlsabresd_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-sabresd" |