Hi Simon,
Le 21/02/2012 03:32, Simon Glass a écrit :
Hi Albert,
On Fri, Feb 17, 2012 at 3:08 AM, Albert ARIBAUD
wrote:
Hi Simon,
Le 21/11/2011 21:49, Simon Glass a écrit :
+ .text :
+ {
+ __text_start = .;
This assignment to __text_start does not exist in any
Hi Albert,
On Fri, Feb 17, 2012 at 3:08 AM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 21/11/2011 21:49, Simon Glass a écrit :
>
>
>> + .text :
>> + {
>> + __text_start = .;
>
>
> This assignment to __text_start does not exist in any of the existing
> u-boot.lds files. Wha
Hi Simon,
Le 21/11/2011 21:49, Simon Glass a écrit :
+ .text :
+ {
+ __text_start = .;
This assignment to __text_start does not exist in any of the existing
u-boot.lds files. What is the point of it?
+ .u_boot_cmd : { *(.u_boot_cmd) }
+ __u_boot_cmd_e
Most ARM CPUs use a very similar link script. This adds a basic
script that can be used by most CPUs.
Signed-off-by: Simon Glass
---
arch/arm/cpu/u-boot.lds | 85 +++
1 files changed, 85 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/cpu
4 matches
Mail list logo