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

Tom Warren TWarren at nvidia.com
Mon Oct 29 22:06:38 CET 2012


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:amartin at nvidia.com]
> Sent: Monday, October 29, 2012 1:48 PM
> To: Tom Warren; swarren at wwwdotorg.org; marex at denx.de
> Cc: u-boot at 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 <amartin at nvidia.com>
> ---
>  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 <common.h>
> +
>  #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.
-----------------------------------------------------------------------------------


More information about the U-Boot mailing list