summaryrefslogtreecommitdiff
path: root/include/configs/AmigaOneG3SE.h
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2007-07-13 12:14:59 +0800
committerWolfgang Denk <wd@denx.de>2007-08-06 01:51:08 +0200
commit5618332409bb96f4448d1712899369fc80c0b489 (patch)
tree255ee187095815c0157f9e5f56690c7c08cc6595 /include/configs/AmigaOneG3SE.h
parent0f460a1ee148b648ee242c3157650287d4296260 (diff)
Fix some compile issues for MAI board.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'include/configs/AmigaOneG3SE.h')
-rw-r--r--include/configs/AmigaOneG3SE.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/AmigaOneG3SE.h b/include/configs/AmigaOneG3SE.h
index 661149e66..d914dccfb 100644
--- a/include/configs/AmigaOneG3SE.h
+++ b/include/configs/AmigaOneG3SE.h
@@ -95,6 +95,8 @@
/* #define CONFIG_PCI_SCAN_SHOW 1 */
#define CONFIG_PCI_PNP 1 /* PCI plug-and-play */
+#define atoi(x) simple_strtoul(x,NULL,10)
+
/*
* Miscellaneous configurable options
*/