]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/rpi_2.h
rpi: add support for Raspberry Pi 2 model B
[karo-tx-uboot.git] / include / configs / rpi_2.h
diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h
new file mode 100644 (file)
index 0000000..2e7e74f
--- /dev/null
@@ -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