diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-13 17:19:00 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-14 10:27:30 +0200 |
commit | e0ed6ec667c74ae48694808626d3bf00bea12b2b (patch) | |
tree | d6ba198cad2a3b299434804c56a0f41fcc9574cf /target/linux/kirkwood/image | |
parent | 1729a089fe087f36e09c7811b6aca89524edc181 (diff) | |
download | upstream-e0ed6ec667c74ae48694808626d3bf00bea12b2b.tar.gz upstream-e0ed6ec667c74ae48694808626d3bf00bea12b2b.tar.bz2 upstream-e0ed6ec667c74ae48694808626d3bf00bea12b2b.zip |
image: clean up UBI related device variable definitions
Move UBI related variable export to core, since the variables are used
by a core Build/ template
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 1a36bf4500..0c95dd3d6d 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 PAGESIZE BLOCKSIZE SUBPAGESIZE KERNEL_IN_UBI +DEVICE_VARS += DEVICE_DTS KERNEL_SIZE KERNEL_LOADADDR:=0x8000 TARGET_DEVICES = linksys-audi linksys-viper dockstar goflexnet goflexhome |