]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - patches/0129-ENGR00124953-Uboot-Fix-the-build-break-for-MX51-BBG.patch
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / patches / 0129-ENGR00124953-Uboot-Fix-the-build-break-for-MX51-BBG.patch
1 From 51cca4a315ee575e0acd63310f5fe70b6ddc09c1 Mon Sep 17 00:00:00 2001
2 From: Jason Liu <r64343@freescale.com>
3 Date: Thu, 8 Jul 2010 02:45:35 +0800
4 Subject: [PATCH] ENGR00124953 Uboot:Fix the build break for MX51 BBG board
5
6 Fix the build break for MX51 BBG board
7
8 Signed-off-by: Jason Liu <r64343@freescale.com>
9 ---
10  board/freescale/mx51_bbg/mx51_bbg.c |    2 +-
11  1 files changed, 1 insertions(+), 1 deletions(-)
12
13 diff --git a/board/freescale/mx51_bbg/mx51_bbg.c b/board/freescale/mx51_bbg/mx51_bbg.c
14 index dadc4e9..f615589 100644
15 --- a/board/freescale/mx51_bbg/mx51_bbg.c
16 +++ b/board/freescale/mx51_bbg/mx51_bbg.c
17 @@ -31,7 +31,7 @@
18  #include <i2c.h>
19  #include <asm/arch/keypad.h>
20  #include "board-imx51.h"
21 -#ifdef #ifdef CONFIG_IMX_ECSPI
22 +#ifdef CONFIG_IMX_ECSPI
23  #include <imx_spi.h>
24  #include <asm/arch/imx_spi_pmic.h>
25  #endif
26 -- 
27 1.5.4.4
28