From: Stephen Warren Date: Sat, 5 Dec 2015 05:07:46 +0000 (-0700) Subject: rpi: add support for Raspberry Pi Zero X-Git-Tag: KARO-TXSD-2017-03-15~2501 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=af7c03ea883efb939ab93b360639098569574626;p=karo-tx-uboot.git rpi: add support for Raspberry Pi Zero For U-Boot's purposes, at present all we care about is ensuring there's a model table entry. Signed-off-by: Stephen Warren --- diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 2ad9728028..4b80d7b742 100644 --- a/board/raspberrypi/rpi/rpi.c +++ b/board/raspberrypi/rpi/rpi.c @@ -101,6 +101,11 @@ static const struct rpi_model rpi_models_new_scheme[] = { "bcm2836-rpi-2-b.dtb", true, }, + [0x9] = { + "Zero", + "bcm2835-rpi-zero.dtb", + false, + }, }; static const struct rpi_model rpi_models_old_scheme[] = {