1
0
Fork 0

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>
utp
Stephen Warren 2015-12-04 22:07:46 -07:00 committed by Tom Rini
parent c4ea1edb70
commit af7c03ea88
1 changed files with 5 additions and 0 deletions

View File

@ -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[] = {