[U-Boot] [PATCH 02/10] ARMV7: Add basic support for TI OMAP4

Vaibhav Bedia vaibhav.bedia at gmail.com
Tue Jun 15 07:48:11 CEST 2010


On Tue, Jun 15, 2010 at 10:09 AM, Steve Sakoman <steve at 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.kang at samsung.com>
> + * Board specific setup info
> + *
> + * (C) Copyright 2010
> + * Texas Instruments, <www.ti.com>
> + *
> + * Author :
> + *     Aneesh V        <aneesh at 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.kang at 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        <aneesh at ti.com>
> + *     Steve Sakoman   <steve at 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


More information about the U-Boot mailing list