[U-Boot] [PATCH] arm720t: add back common.h include

2012-10-29 Thread Allen Martin
Add back common.h header that was removed in previous patch so that
CONFIG_TEGRA can be evaluated correctly.

Signed-off-by: Allen Martin 
---
 arch/arm/cpu/arm720t/interrupts.c |2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/cpu/arm720t/interrupts.c 
b/arch/arm/cpu/arm720t/interrupts.c
index 8e763b7..623a24b 100644
--- a/arch/arm/cpu/arm720t/interrupts.c
+++ b/arch/arm/cpu/arm720t/interrupts.c
@@ -26,6 +26,8 @@
  * MA 02111-1307 USA
  */
 
+#include 
+
 #ifdef CONFIG_USE_IRQ
 void do_irq (struct pt_regs *pt_regs)
 {
-- 
1.7.10.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm720t: add back common.h include

2012-10-29 Thread Tom Warren
> -Original Message-
> From: Allen Martin [mailto:amar...@nvidia.com]
> Sent: Monday, October 29, 2012 1:48 PM
> To: Tom Warren; swar...@wwwdotorg.org; ma...@denx.de
> Cc: u-boot@lists.denx.de; Allen Martin
> Subject: [PATCH] arm720t: add back common.h include
> 
> Add back common.h header that was removed in previous patch so that
> CONFIG_TEGRA can be evaluated correctly.

This fixes a build break w/Tegra20 caused by Marek's arm720t 'cleanup'.
Acked-by: Tom Warren 

I'll take this into u-boot-tegra since we need it to build OK. I'll be posting 
a pull request in the next couple of days for ARM/master if you want to wait 
for this until then, Albert.

When that set of patches propagates up to u-boot/master, it should fix all the 
serial/SPL problems with the Tegra20 builds there.

Tom
> 
> Signed-off-by: Allen Martin 
> ---
>  arch/arm/cpu/arm720t/interrupts.c |2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/cpu/arm720t/interrupts.c
> b/arch/arm/cpu/arm720t/interrupts.c
> index 8e763b7..623a24b 100644
> --- a/arch/arm/cpu/arm720t/interrupts.c
> +++ b/arch/arm/cpu/arm720t/interrupts.c
> @@ -26,6 +26,8 @@
>   * MA 02111-1307 USA
>   */
> 
> +#include 
> +
>  #ifdef CONFIG_USE_IRQ
>  void do_irq (struct pt_regs *pt_regs)
>  {
> --
> 1.7.10.4

---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] arm720t: add back common.h include

2012-10-29 Thread Tom Warren
Thanks, Allen. Nice work. Applied to /next and testing now. I'll push a new 
copy to denx.de if it builds/boots OK.

> -Original Message-
> From: Allen Martin [mailto:amar...@nvidia.com]
> Sent: Monday, October 29, 2012 1:48 PM
> To: Tom Warren; swar...@wwwdotorg.org; ma...@denx.de
> Cc: u-boot@lists.denx.de; Allen Martin
> Subject: [PATCH] arm720t: add back common.h include
> 
> Add back common.h header that was removed in previous patch so that
> CONFIG_TEGRA can be evaluated correctly.
> 
> Signed-off-by: Allen Martin 
> ---
>  arch/arm/cpu/arm720t/interrupts.c |2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/cpu/arm720t/interrupts.c
> b/arch/arm/cpu/arm720t/interrupts.c
> index 8e763b7..623a24b 100644
> --- a/arch/arm/cpu/arm720t/interrupts.c
> +++ b/arch/arm/cpu/arm720t/interrupts.c
> @@ -26,6 +26,8 @@
>   * MA 02111-1307 USA
>   */
> 
> +#include 
> +
>  #ifdef CONFIG_USE_IRQ
>  void do_irq (struct pt_regs *pt_regs)
>  {
> --
> 1.7.10.4

---
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
---
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot