aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/Makefile
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-02 13:19:59 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-06 19:43:08 +0200
commit8938711223842facfd9a2a36ca4c589665c2c0ca (patch)
treea396f2ce4d00ed7466d63fba457a2320ba0f1d7e /target/linux/ath79/image/Makefile
parentb5dd746cbb1aaf91f4b68e9f3eda97413550d904 (diff)
downloadupstream-8938711223842facfd9a2a36ca4c589665c2c0ca.tar.gz
upstream-8938711223842facfd9a2a36ca4c589665c2c0ca.tar.bz2
upstream-8938711223842facfd9a2a36ca4c589665c2c0ca.zip
ath79: drop Build/loader-kernel-cmdline
This is the same as loader-kernel since the KERNEL_CMDLINE parameter has been removed in [1] and not used at all anyway. Remove it. [1] f77db1a59036 ("ath79: cleanup image build code") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/ath79/image/Makefile')
-rw-r--r--target/linux/ath79/image/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile
index a555cfc6d5..4b4a67fd4d 100644
--- a/target/linux/ath79/image/Makefile
+++ b/target/linux/ath79/image/Makefile
@@ -19,11 +19,6 @@ define Build/loader-kernel
$(call Build/loader-common,LOADER_DATA="$@")
endef
-define Build/loader-kernel-cmdline
- $(call Build/loader-common,LOADER_DATA="$@")
-endef
-
-
define Build/loader-okli-compile
$(call Build/loader-common,FLASH_OFFS=$(LOADER_FLASH_OFFS) FLASH_MAX=0)
endef