On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman <st...@sakoman.com> wrote:

> +
>
[...]

> +/* Declare the global data pointer - gd */
> +DECLARE_GLOBAL_DATA_PTR;
> +
>
Once the declaration in /board/ti/sdp4430/sdp.c is made global this won't be
needed.
[...]
--- a/arch/arm/cpu/armv7/omap3/reset.S

> +++ b/arch/arm/cpu/armv7/omap4/lowlevel_init.S
> @@ -1,6 +1,11 @@
>  /*
> - * Copyright (c) 2009 Samsung Electronics.
> - * Minkyu Kang <mk7.k...@samsung.com>
> + * Board specific setup info
> + *
> + * (C) Copyright 2010
> + * Texas Instruments, <www.ti.com>
> + *
> + * Author :
> + *     Aneesh V        <ane...@ti.com>
>  *
>  * See file CREDITS for list of people who contributed to this
>  * project.
> @@ -12,7 +17,7 @@
>  *
>  * This program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>
Extra space. Check other files also.
[...]

> --- a/arch/arm/cpu/armv7/omap3/reset.S
> +++ b/arch/arm/cpu/armv7/omap4/sys_info.c
> @@ -1,9 +1,10 @@
>  /*
> - * Copyright (c) 2009 Samsung Electronics.
> - * Minkyu Kang <mk7.k...@samsung.com>
> + * (C) Copyright 2010
> + * Texas Instruments, <www.ti.com>
>  *
> - * See file CREDITS for list of people who contributed to this
> - * project.
> + * Author :
> + *     Aneesh V        <ane...@ti.com>
> + *     Steve Sakoman   <st...@sakoman.com>
>  *
>  * This program is free software; you can redistribute it and/or
>  * modify it under the terms of the GNU General Public License as
> @@ -12,7 +13,7 @@
>  *
>  * This program is distributed in the hope that it will be useful,
>  * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE.  See the
>
 Extra / before PURPOSE
[...]


-- 
Regards,
Vaibhav
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to