From 62ce6d58f2ed280744ea6ef793c2342494b12ce7 Mon Sep 17 00:00:00 2001 From: Davide Fioravanti Date: Mon, 20 May 2019 05:15:24 +0200 Subject: [PATCH] ramips: unify JCG helper command definition This patch makes the JCG helper command definition available for every rampis target Signed-off-by: Davide Fioravanti --- target/linux/ramips/image/Makefile | 6 ++++++ target/linux/ramips/image/rt305x.mk | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 145dbf4ec5..0a32859bec 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -11,6 +11,7 @@ DEVICE_VARS += DTS IMAGE_SIZE NETGEAR_BOARD_ID NETGEAR_HW_ID DEVICE_VARS += BUFFALO_TAG_PLATFORM BUFFALO_TAG_VERSION BUFFALO_TAG_MINOR DEVICE_VARS += SEAMA_SIGNATURE SEAMA_MTDBLOCK DEVICE_VARS += SERCOMM_HWID SERCOMM_HWVER SERCOMM_SWVER +DEVICE_VARS += JCG_MAXSIZE loadaddr-y := 0x80000000 loadaddr-$(CONFIG_TARGET_ramips_rt288x) := 0x88000000 @@ -46,6 +47,11 @@ define Device/seama SEAMA_SIGNATURE := endef +define Build/jcg-header + $(STAGING_DIR_HOST)/bin/jcgimage -v $(1) $(if $(JCG_MAXSIZE), -m $(JCG_MAXSIZE),) -u $@ -o $@.new + mv $@.new $@ +endef + define Build/patch-dtb $(call Image/BuildDTB,../dts/$(DTS).dts,$@.dtb) $(STAGING_DIR_HOST)/bin/patch-dtb $@ $@.dtb diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index c67384f071..adda8ec67e 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -21,11 +21,6 @@ define Build/hilink-header mv $@.new $@ endef -define Build/jcg-header - $(STAGING_DIR_HOST)/bin/jcgimage -v $(1) -u $@ -o $@.new - mv $@.new $@ -endef - define Device/3g150b DTS := 3G150B -- 2.30.2