소스 검색

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>
Baruch Siach 8 년 전
부모
커밋
3cca45ee6d
2개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 5
      board/raspberrypi/post-image.sh
  2. 2 5
      board/raspberrypi/readme.txt

+ 0 - 5
board/raspberrypi/post-image.sh

@@ -18,11 +18,6 @@ __EOF__
 	;;
 	;;
 esac
 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}"
 rm -rf "${GENIMAGE_TMP}"
 
 
 genimage                           \
 genimage                           \

+ 2 - 5
board/raspberrypi/readme.txt

@@ -53,7 +53,6 @@ After building, you should obtain this tree:
     +-- bcm2709-rpi-2-b.dtb         [1]
     +-- bcm2709-rpi-2-b.dtb         [1]
     +-- bcm2710-rpi-3-b.dtb         [1]
     +-- bcm2710-rpi-3-b.dtb         [1]
     +-- boot.vfat
     +-- boot.vfat
-    +-- kernel-marked/zImage        [2]
     +-- rootfs.ext4
     +-- rootfs.ext4
     +-- rpi-firmware/
     +-- rpi-firmware/
     |   +-- bootcode.bin
     |   +-- bootcode.bin
@@ -61,16 +60,14 @@ After building, you should obtain this tree:
     |   +-- config.txt
     |   +-- config.txt
     |   +-- fixup.dat
     |   +-- fixup.dat
     |   +-- start.elf
     |   +-- start.elf
-    |   `-- overlays/               [3]
+    |   `-- overlays/               [2]
     +-- sdcard.img
     +-- sdcard.img
     `-- zImage
     `-- zImage
 
 
 [1] Not all of them will be present, depending on the RaspberryPi
 [1] Not all of them will be present, depending on the RaspberryPi
     model you are using.
     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
     to enable the RPi3 serial console otherwise occupied by the bluetooth
     chip). Alternative would be to disable the serial console in cmdline.txt
     chip). Alternative would be to disable the serial console in cmdline.txt
     and /etc/inittab.
     and /etc/inittab.