From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 4 Dec 2015 22:07:46 -0700 Subject: [U-Boot] [PATCH 3/3] rpi: add support for Raspberry Pi Zero In-Reply-To: <1449292066-11327-1-git-send-email-swarren@wwwdotorg.org> References: <1449292066-11327-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <1449292066-11327-3-git-send-email-swarren@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de For U-Boot's purposes, at present all we care about is ensuring there's a model table entry. Signed-off-by: Stephen Warren --- board/raspberrypi/rpi/rpi.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 2ad972802881..4b80d7b742fd 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[] = { -- 1.9.1