diff options
author | 2019-09-14 14:05:29 +0200 | |
---|---|---|
committer | 2019-09-15 14:54:29 +0200 | |
commit | fd69af5e24a45a9d6a62dbe4069020f024d7c361 (patch) | |
tree | 4b47b8d67d090c9a52aec7f0df7feec4c5ddd868 /board | |
parent | fcecfb66d1fb749426306dbea50fdeb37d4706d8 (diff) | |
download | buildroot-fd69af5e24a45a9d6a62dbe4069020f024d7c361.tar.gz buildroot-fd69af5e24a45a9d6a62dbe4069020f024d7c361.tar.bz2 |
configs/raspberrypi0: use dedicated rpi0 dts file
Since the bump to the 20190819 snapshot there is now a dedicated dts file
for the rpi0, so use that rather than the rpi-b-plus one:
https://github.com/raspberrypi/linux/commit/bd1336d8b6544ce5c7ddb197c3d8c539082dac66
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/raspberrypi/genimage-raspberrypi0.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/genimage-raspberrypi0.cfg b/board/raspberrypi/genimage-raspberrypi0.cfg index a9d4c4501f..f21a52f31e 100644 --- a/board/raspberrypi/genimage-raspberrypi0.cfg +++ b/board/raspberrypi/genimage-raspberrypi0.cfg @@ -1,7 +1,7 @@ image boot.vfat { vfat { files = { - "bcm2708-rpi-b-plus.dtb", + "bcm2708-rpi-zero.dtb", "rpi-firmware/bootcode.bin", "rpi-firmware/cmdline.txt", "rpi-firmware/config.txt", |