[U-Boot] [PATCH] da8xxevm: fix build error

Christian Riesch christian.riesch at omicron.at
Tue Nov 8 12:18:32 CET 2011


On Tue, Nov 8, 2011 at 6:02 AM,  <prabhakar.csengg at gmail.com> wrote:
> From: Prabhakar Lad <prabhakar.csengg at gmail.com>
>
> This patch fixes following compile error for da8xx evm
>
> da830evm.c: In function 'board_init':
> da830evm.c:222: error: 'DAVINCI_SYSCFG_SUSPSRC_UART2' undeclared (first use in this function)
> da830evm.c:222: error: (Each undeclared identifier is reported only once
> da830evm.c:222: error: for each function it appears in.)
> make[2]: *** [da830evm.o] Error 1
>
> similarly for da850evm.

Uh, this is really bad... Thanks a lot!

On da850evm:
Tested-by: Christian Riesch <christian.riesch at omicron.at>

Sandeep Paulraj, can you please take this patch?

Regards, Christian

>
> introduced through commit:
> f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339
>
> Signed-off-by: Prabhakar Lad <prabhakar.csengg at gmail.com>
> ---
>  arch/arm/include/asm/arch-davinci/hardware.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
> index bea1499..ee8fd43 100644
> --- a/arch/arm/include/asm/arch-davinci/hardware.h
> +++ b/arch/arm/include/asm/arch-davinci/hardware.h
> @@ -468,6 +468,7 @@ struct davinci_syscfg_regs {
>  #define DAVINCI_SYSCFG_SUSPSRC_SPI0            (1 << 21)
>  #define DAVINCI_SYSCFG_SUSPSRC_SPI1            (1 << 22)
>  #define DAVINCI_SYSCFG_SUSPSRC_UART0           (1 << 18)
> +#define DAVINCI_SYSCFG_SUSPSRC_UART2           (1 << 20)
>  #define DAVINCI_SYSCFG_SUSPSRC_TIMER0          (1 << 27)
>
>  struct davinci_syscfg1_regs {
> --
> 1.7.0.4
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list