diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2017-01-26 07:36:06 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-26 22:35:15 +0100 |
| commit | 3cca45ee6d516e9cd21f3bea9ba3d525c1805b47 (patch) | |
| tree | e3305ca5dc5de3c0c2f361c2e74f0b472de6c4ee | |
| parent | 5a09c1990808908416b6435e24a2ee10d7b3d7d3 (diff) | |
| download | buildroot-3cca45ee6d516e9cd21f3bea9ba3d525c1805b47.tar.gz buildroot-3cca45ee6d516e9cd21f3bea9ba3d525c1805b47.zip | |
board: raspberrypi: don't generate a marked kernel
We no longer use the marked kernel.
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rwxr-xr-x | board/raspberrypi/post-image.sh | 5 | ||||
| -rw-r--r-- | board/raspberrypi/readme.txt | 7 |
2 files changed, 2 insertions, 10 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 \ diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 03178ff95f..b6adca5151 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -53,7 +53,6 @@ After building, you should obtain this tree: +-- bcm2709-rpi-2-b.dtb [1] +-- bcm2710-rpi-3-b.dtb [1] +-- boot.vfat - +-- kernel-marked/zImage [2] +-- rootfs.ext4 +-- rpi-firmware/ | +-- bootcode.bin @@ -61,16 +60,14 @@ After building, you should obtain this tree: | +-- config.txt | +-- fixup.dat | +-- start.elf - | `-- overlays/ [3] + | `-- overlays/ [2] +-- sdcard.img `-- zImage [1] Not all of them will be present, depending on the RaspberryPi model you are using. -[2] This is the mkknlimg DT-marked kernel. - -[3] Only for the Raspberry Pi 3 Model (overlay pi3-miniuart-bt is needed +[2] Only for the Raspberry Pi 3 Model (overlay pi3-miniuart-bt is needed to enable the RPi3 serial console otherwise occupied by the bluetooth chip). Alternative would be to disable the serial console in cmdline.txt and /etc/inittab. |

