diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-05-25 18:42:52 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-05-29 17:57:10 +0800 |
commit | 1627b8fd466be9cb0248be08f39b52a6e80337f1 (patch) | |
tree | eab016f09bbf3488b33fc2175bb8b903dbf65409 /board/freescale/common/recovery.c | |
parent | f5d0383f915bd4d4d211d9958d7819b284276483 (diff) | |
download | u-boot-imx-1627b8fd466be9cb0248be08f39b52a6e80337f1.zip u-boot-imx-1627b8fd466be9cb0248be08f39b52a6e80337f1.tar.gz u-boot-imx-1627b8fd466be9cb0248be08f39b52a6e80337f1.tar.bz2 |
ENGR00210918-2 cleanup android support, build pass all boards
- move recovery.h to common inlcude place.
- move supported_reco_envs to soc related, not board related,
- user can change this via configure header,
don't needs this in every board file.
- pass build for all mx5/mx6 android configs.
Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
Diffstat (limited to 'board/freescale/common/recovery.c')
-rw-r--r-- | board/freescale/common/recovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/recovery.c b/board/freescale/common/recovery.c index 73f091b..6a402ca 100644 --- a/board/freescale/common/recovery.c +++ b/board/freescale/common/recovery.c @@ -20,7 +20,7 @@ */ #include <common.h> #include <malloc.h> -#include "recovery.h" +#include <recovery.h> #ifdef CONFIG_MXC_KPD #include <mxc_keyb.h> #endif |