summaryrefslogtreecommitdiffstats
path: root/board/raspberrypi
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2015-12-04 22:07:46 -0700
committerTom Rini <trini@konsulko.com>2015-12-05 18:22:36 -0500
commitaf7c03ea883efb939ab93b360639098569574626 (patch)
tree5f9e9b4c2d1ada9b345bb844e579513bf6ec7bdf /board/raspberrypi
parentc4ea1edb70f79762a9810e73025d13df239e3f3c (diff)
downloadblackbird-obmc-uboot-af7c03ea883efb939ab93b360639098569574626.tar.gz
blackbird-obmc-uboot-af7c03ea883efb939ab93b360639098569574626.zip
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 <swarren@wwwdotorg.org>
Diffstat (limited to 'board/raspberrypi')
-rw-r--r--board/raspberrypi/rpi/rpi.c5
1 files changed, 5 insertions, 0 deletions
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[] = {
OpenPOWER on IntegriCloud