summaryrefslogtreecommitdiff
path: root/target/aarch64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-18 21:44:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-18 22:42:50 +0200
commitbd2722a8ac4f4ec721a1c4b4613b7dd488b20099 (patch)
tree0ae14661a97e718ddb18a304ef18001c358fb6a4 /target/aarch64
parent797c4ecbf18c80729d782d92edba93c600d80ad6 (diff)
rpi3: update kernel + bootloader, unbreak rpi3 aarch64
Diffstat (limited to 'target/aarch64')
-rw-r--r--target/aarch64/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/aarch64/Makefile b/target/aarch64/Makefile
index ad4c30b31..c96264c39 100644
--- a/target/aarch64/Makefile
+++ b/target/aarch64/Makefile
@@ -56,12 +56,7 @@ endif
endif
kernel-strip:
-ifeq ($(ADK_TARGET_KERNEL_GIT_REPO_NAME),rpi)
- @echo adding DT trailer to kernel $(MAKE_TRACE)
- PATH='$(HOST_PATH)' perl $(LINUX_DIR)/scripts/mkknlimg $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) $(MAKE_TRACE)
-else
@cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
-endif
kernel-install: kernel-strip
@cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/$(TARGET_KERNEL)