diff options
Diffstat (limited to 'board/raspberrypi/post-image.sh')
-rwxr-xr-x | board/raspberrypi/post-image.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/raspberrypi/post-image.sh b/board/raspberrypi/post-image.sh index c00975288c..b2bb070678 100755 --- a/board/raspberrypi/post-image.sh +++ b/board/raspberrypi/post-image.sh @@ -18,11 +18,6 @@ __EOF__ ;; esac -# Mark the kernel as DT-enabled -mkdir -p "${BINARIES_DIR}/kernel-marked" -${HOST_DIR}/usr/bin/mkknlimg "${BINARIES_DIR}/zImage" \ - "${BINARIES_DIR}/kernel-marked/zImage" - rm -rf "${GENIMAGE_TMP}" genimage \ |