summaryrefslogtreecommitdiffstats
path: root/include/configs/rpi_2.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2015-02-16 12:16:15 -0700
committerTom Rini <trini@ti.com>2015-02-21 08:28:16 -0500
commit46414296953410706e917cef9238926084e83a4b (patch)
treeffc3f305d13f7cf801eca71f57d5572f9c87464c /include/configs/rpi_2.h
parentdb75356f14646a4bca7b712f2128435e97f55c17 (diff)
downloadtalos-obmc-uboot-46414296953410706e917cef9238926084e83a4b.tar.gz
talos-obmc-uboot-46414296953410706e917cef9238926084e83a4b.zip
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 'include/configs/rpi_2.h')
-rw-r--r--include/configs/rpi_2.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h
new file mode 100644
index 0000000000..2e7e74fd56
--- /dev/null
+++ b/include/configs/rpi_2.h
@@ -0,0 +1,15 @@
+/*
+ * (C) Copyright 2012,2015 Stephen Warren
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define CONFIG_SKIP_LOWLEVEL_INIT
+#define CONFIG_BCM2836
+
+#include "rpi-common.h"
+
+#endif
OpenPOWER on IntegriCloud