From d52f815a0dca515559d8239109fbc07a2dd99929 Mon Sep 17 00:00:00 2001 From: Xinyu Chen Date: Thu, 26 Jul 2012 14:27:31 +0800 Subject: ENGR00217401 common: fix build warning Fix the build warning in uboot build. Fix bug of incorrect dereference to periph2 clock pre divider. Fix incorrect type of maxpackage size assign, even it's not used at all in fastboot. Signed-off-by: Xinyu Chen --- lib_arm/board.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib_arm/board.c') diff --git a/lib_arm/board.c b/lib_arm/board.c index a9b87b5..1e7f0ba 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -49,6 +49,12 @@ #include #include #include +#ifdef CONFIG_ANDROID_RECOVERY +#include +#endif +#ifdef CONFIG_FASTBOOT +#include +#endif #ifdef CONFIG_DRIVER_SMC91111 #include "../drivers/net/smc91111.h" -- cgit v1.1