summaryrefslogtreecommitdiffstats
path: root/board/imx27ads
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-04-07 12:18:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-04-07 12:18:05 +0200
commit9c7d282579f47521adb9381fbfa1b41196a6d9af (patch)
treecd916b5b99419e388a32ea2262dcec489d0837da /board/imx27ads
parent31b5112b7368b881f7fc958110140614a2edd2f8 (diff)
downloadbarebox-9c7d282579f47521adb9381fbfa1b41196a6d9af.tar.gz
barebox-9c7d282579f47521adb9381fbfa1b41196a6d9af.tar.xz
[general] Move include/configs/* to board/*/config.h
Diffstat (limited to 'board/imx27ads')
-rw-r--r--board/imx27ads/config.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/board/imx27ads/config.h b/board/imx27ads/config.h
new file mode 100644
index 0000000000..362fe9d29f
--- /dev/null
+++ b/board/imx27ads/config.h
@@ -0,0 +1,31 @@
+/**
+ * @file
+ * @brief Global defintions for the ARM i.MX27 based pcm038
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+/* FIXME: ugly....should be simply part of the BSP file */
+
+#include <asm/mach-types.h>
+
+#define CFG_MALLOC_LEN (4096 << 10)
+#define CONFIG_STACKSIZE ( 120 << 10) /* stack size */
+
+#endif /* __CONFIG_H */