rpi: add support for Raspberry Pi Zero
authorStephen Warren <swarren@wwwdotorg.org>
Sat, 5 Dec 2015 05:07:46 +0000 (22:07 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 5 Dec 2015 23:22:36 +0000 (18:22 -0500)
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>
board/raspberrypi/rpi/rpi.c

index 2ad97280288117b1bb7e2b772e6cdc09ff489e34..4b80d7b742fdb090a9b12cadddf54210788d14ed 100644 (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[] = {