summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-12-30 13:04:24 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-12-30 13:04:24 +0000
commit5cace1823cce9675b911da59a569a4debb665ac2 (patch)
tree68e83a055411b358eb1cd633e370b5bedd6c9a31 /c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
parent2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-5cace1823cce9675b911da59a569a4debb665ac2.tar.bz2
2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/u-boot.h: Removed file. * include/u-boot-config.h: New file. * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support. * Makefile.am, preinstall.am: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h b/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
new file mode 100644
index 0000000000..7e1f274e05
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/gen5200/include/u-boot-config.h
@@ -0,0 +1,22 @@
+/*
+ * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Obere Lagerstr. 30
+ * 82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#ifndef LIBBSP_POWERPC_GEN52XX_U_BOOT_CONFIG_H
+#define LIBBSP_POWERPC_GEN52XX_U_BOOT_CONFIG_H
+
+#define CONFIG_MPC5xxx
+
+#endif /* LIBBSP_POWERPC_GEN52XX_U_BOOT_CONFIG_H */