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