[U-Boot] [PATCH] api: Fix broken build on ARM.

Piotr Ziecik kosmo at semihalf.com
Fri Jul 17 16:35:19 CEST 2009


This patch fixes broken build introduced by commit
84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
ifdef CONFIG_API already handle by the Makefile).

Signed-off-by: Piotr Ziecik <kosmo at semihalf.com>
---
 api/api_platform-arm.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/api/api_platform-arm.c b/api/api_platform-arm.c
index fffaa1e..e65a180 100644
--- a/api/api_platform-arm.c
+++ b/api/api_platform-arm.c
@@ -53,5 +53,3 @@ int platform_sys_info(struct sys_info *si)
 
 	return 1;
 }
-
-#endif /* CONFIG_API */
-- 
1.6.3.1



More information about the U-Boot mailing list