From 254ff585e99377030a57c194754cdd8b28f1b0ee Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Fri, 18 Apr 2008 22:43:16 +0100 Subject: [PATCH] --- yaml --- r: 91126 b: refs/heads/master c: 14a6acc23fa49446529bd99742264192939819bc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-realview/uncompress.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fd3cbb2c7678..2be2d74a1a6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0316b244e75d80df3790b69b0a2cb0bbf4c1562 +refs/heads/master: 14a6acc23fa49446529bd99742264192939819bc diff --git a/trunk/include/asm-arm/arch-realview/uncompress.h b/trunk/include/asm-arm/arch-realview/uncompress.h index 4ebc9c908442..4c905d7a13a1 100644 --- a/trunk/include/asm-arm/arch-realview/uncompress.h +++ b/trunk/include/asm-arm/arch-realview/uncompress.h @@ -22,6 +22,7 @@ #include #include +#include #define AMBA_UART_DR(base) (*(volatile unsigned char *)((base) + 0x00)) #define AMBA_UART_LCRH(base) (*(volatile unsigned char *)((base) + 0x2c)) @@ -37,6 +38,8 @@ static inline unsigned long get_uart_base(void) return REALVIEW_EB_UART0_BASE; else if (machine_is_realview_pb11mp()) return REALVIEW_PB11MP_UART0_BASE; + else if (machine_is_realview_pb1176()) + return REALVIEW_PB1176_UART0_BASE; else return 0; }