Revert "ath79: append/prepad okli kernel support"

This patch is for CSAC support. As it was dropped, this can go too.

This reverts commit ce6fd478a3.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-04-17 13:22:44 +08:00
parent ab4ee38a30
commit 6cffc4a15e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -68,16 +68,6 @@ define Build/relocate-kernel
rm -rf $@.relocate
endef
define Build/append-okli-kernel
dd if="$(KDIR)/loader-$(word 1,$(1)).uImage" >> "$@"
endef
define Build/prepad-okli-kernel
-[ -f "$@" ] && \
dd if="$(KDIR)/loader-$(word 1,$(1)).uImage" of="$@".tmp bs=64k conv=sync && \
cat "$@" >>"$@".tmp && \
mv "$@".tmp "$@"
endef
define Device/Default
DEVICE_DTS_DIR := ../dts