diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-14 13:58:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-15 14:14:11 +0200 |
commit | 8e2764ce9bb6716acb955a0c27d8db291d68650c (patch) | |
tree | 559a52851877334a60a123410b96638719416fe2 /target/linux/kirkwood | |
parent | 7ed215437c784eb466302a5c01a4ee2fff9eac2d (diff) | |
download | upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.tar.gz upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.tar.bz2 upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.zip |
image.mk: clean up redundant code related to DEVICE_DTS
It is used by a core build template, so the variable should be
initialized and added to DEVICE_VARS in the core.
Same for DEVICE_DTS_DIR
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 0c95dd3d6d..2b0c0d9be5 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -10,7 +10,7 @@ NAND_BLOCKSIZE := 2048-128k include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -DEVICE_VARS += DEVICE_DTS KERNEL_SIZE +DEVICE_VARS += KERNEL_SIZE KERNEL_LOADADDR:=0x8000 TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome @@ -20,7 +20,6 @@ define Device/Default KERNEL_NAME := zImage KERNEL_SUFFIX := -uImage KERNEL_INSTALL := 1 - KERNEL_IN_UBI := endef define Device/dockstar |