aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/Makefile
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-09-04 13:42:49 +0800
committerJohn Crispin <john@phrozen.org>2017-10-07 23:13:22 +0200
commite3f47958dd16137ea903ca3733435862d9f602ae (patch)
tree28493782bcde6a981e5372ab0c7c9026097334a2 /target/linux/layerscape/Makefile
parenta5ad3a2c808afb26db6dd54b0f974c9c902f0521 (diff)
downloadupstream-e3f47958dd16137ea903ca3733435862d9f602ae.tar.gz
upstream-e3f47958dd16137ea903ca3733435862d9f602ae.tar.bz2
upstream-e3f47958dd16137ea903ca3733435862d9f602ae.zip
layerscape: make uImage with zImage for 32-bit kernel
uImage should be made with zImage. This patch is to support making uImage with zImage. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/Makefile')
-rw-r--r--target/linux/layerscape/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index c2d3cc07af..9c92bb4896 100644
--- a/target/linux/layerscape/Makefile
+++ b/target/linux/layerscape/Makefile
@@ -10,7 +10,6 @@ BOARD:=layerscape
BOARDNAME:=NXP Layerscape
DEVICE_TYPE:=developerboard
KERNEL_PATCHVER:=4.4
-KERNELNAME:=Image dtbs
FEATURES:=squashfs nand usb pcie gpio
SUBTARGETS:=armv8_64b armv8_32b
MAINTAINER:=Yangbo Lu <yangbo.lu@nxp.com>