提交 af7c03ea 编写于 作者: S Stephen Warren 提交者: Tom Rini

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: NStephen Warren <swarren@wwwdotorg.org>
上级 c4ea1edb
......@@ -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[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册