diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2015-02-16 12:16:15 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-21 08:28:16 -0500 |
commit | 46414296953410706e917cef9238926084e83a4b (patch) | |
tree | ffc3f305d13f7cf801eca71f57d5572f9c87464c /board/raspberrypi/rpi_2/Makefile | |
parent | db75356f14646a4bca7b712f2128435e97f55c17 (diff) | |
download | u-boot-imx-46414296953410706e917cef9238926084e83a4b.zip u-boot-imx-46414296953410706e917cef9238926084e83a4b.tar.gz u-boot-imx-46414296953410706e917cef9238926084e83a4b.tar.bz2 |
rpi: add support for Raspberry Pi 2 model B
USB doesn't seem to work yet; the controller detects the on-board Hub/
Ethernet device but can't read the descriptors from it. I haven't
investigated yet.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'board/raspberrypi/rpi_2/Makefile')
-rw-r--r-- | board/raspberrypi/rpi_2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi_2/Makefile b/board/raspberrypi/rpi_2/Makefile new file mode 100644 index 0000000..d82cd21 --- /dev/null +++ b/board/raspberrypi/rpi_2/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2012,2015 Stephen Warren +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := ../rpi/rpi.o |