ath79: drop Build/loader-kernel-cmdline
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 2 Sep 2020 11:19:59 +0000 (13:19 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 6 Sep 2020 17:43:08 +0000 (19:43 +0200)
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>
target/linux/ath79/image/Makefile

index a555cfc6d50c20c4db54f38824c921b861d0b7cb..4b4a67fd4d54d0f345477b4d3d221ebb8ff198e2 100644 (file)
@@ -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