diff options
Diffstat (limited to 'nand_spl')
| -rw-r--r-- | nand_spl/board/amcc/acadia/u-boot.lds | 2 | ||||
| -rw-r--r-- | nand_spl/board/amcc/bamboo/u-boot.lds | 2 | ||||
| -rw-r--r-- | nand_spl/board/amcc/canyonlands/u-boot.lds | 2 | ||||
| -rw-r--r-- | nand_spl/board/amcc/kilauea/u-boot.lds | 2 | ||||
| -rw-r--r-- | nand_spl/board/amcc/sequoia/u-boot.lds | 4 | 
5 files changed, 6 insertions, 6 deletions
| diff --git a/nand_spl/board/amcc/acadia/u-boot.lds b/nand_spl/board/amcc/acadia/u-boot.lds index b89cd809b..56954650a 100644 --- a/nand_spl/board/amcc/acadia/u-boot.lds +++ b/nand_spl/board/amcc/acadia/u-boot.lds @@ -26,7 +26,7 @@ SECTIONS  {    .resetvec 0xf8004ffc :    { -    *(.resetvec) +    KEEP(*(.resetvec))    } = 0xffff    .text      : diff --git a/nand_spl/board/amcc/bamboo/u-boot.lds b/nand_spl/board/amcc/bamboo/u-boot.lds index d171269c3..8a9e6e947 100644 --- a/nand_spl/board/amcc/bamboo/u-boot.lds +++ b/nand_spl/board/amcc/bamboo/u-boot.lds @@ -26,7 +26,7 @@ SECTIONS  {    .resetvec 0x00800FFC :    { -    *(.resetvec) +    KEEP(*(.resetvec))    } = 0xffff    .text      : diff --git a/nand_spl/board/amcc/canyonlands/u-boot.lds b/nand_spl/board/amcc/canyonlands/u-boot.lds index e676e0c7c..73190cd39 100644 --- a/nand_spl/board/amcc/canyonlands/u-boot.lds +++ b/nand_spl/board/amcc/canyonlands/u-boot.lds @@ -26,7 +26,7 @@ SECTIONS  {    .resetvec 0xE3003FFC :    { -    *(.resetvec) +    KEEP(*(.resetvec))    } = 0xffff    .text      : diff --git a/nand_spl/board/amcc/kilauea/u-boot.lds b/nand_spl/board/amcc/kilauea/u-boot.lds index 5a586fc7c..9894a1053 100644 --- a/nand_spl/board/amcc/kilauea/u-boot.lds +++ b/nand_spl/board/amcc/kilauea/u-boot.lds @@ -26,7 +26,7 @@ SECTIONS  {    .resetvec 0x00800FFC :    { -    *(.resetvec) +    KEEP(*(.resetvec))    } = 0xffff    .text      : diff --git a/nand_spl/board/amcc/sequoia/u-boot.lds b/nand_spl/board/amcc/sequoia/u-boot.lds index 1601c3689..c81ce68c8 100644 --- a/nand_spl/board/amcc/sequoia/u-boot.lds +++ b/nand_spl/board/amcc/sequoia/u-boot.lds @@ -1,5 +1,5 @@  /* - * (C) Copyright 2006 + * (C) Copyright 2006-2010   * Stefan Roese, DENX Software Engineering, sr@denx.de.   *   * See file CREDITS for list of people who contributed to this @@ -26,7 +26,7 @@ SECTIONS  {    .resetvec 0xE0013FFC :    { -    *(.resetvec) +    KEEP(*(.resetvec))    } = 0xffff    .text      : |