diff options
Diffstat (limited to 'board/amcc')
| -rw-r--r-- | board/amcc/acadia/u-boot-nand.lds | 2 | ||||
| -rw-r--r-- | board/amcc/bamboo/u-boot-nand.lds | 2 | ||||
| -rw-r--r-- | board/amcc/canyonlands/u-boot-nand.lds | 2 | ||||
| -rw-r--r-- | board/amcc/kilauea/u-boot-nand.lds | 2 | ||||
| -rw-r--r-- | board/amcc/sequoia/u-boot-nand.lds | 2 | ||||
| -rw-r--r-- | board/amcc/sequoia/u-boot-ram.lds | 2 | 
6 files changed, 6 insertions, 6 deletions
| diff --git a/board/amcc/acadia/u-boot-nand.lds b/board/amcc/acadia/u-boot-nand.lds index 3bdad3462..e9f026fb7 100644 --- a/board/amcc/acadia/u-boot-nand.lds +++ b/board/amcc/acadia/u-boot-nand.lds @@ -74,7 +74,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; diff --git a/board/amcc/bamboo/u-boot-nand.lds b/board/amcc/bamboo/u-boot-nand.lds index 1f9a4aed5..209f48450 100644 --- a/board/amcc/bamboo/u-boot-nand.lds +++ b/board/amcc/bamboo/u-boot-nand.lds @@ -75,7 +75,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; diff --git a/board/amcc/canyonlands/u-boot-nand.lds b/board/amcc/canyonlands/u-boot-nand.lds index 0396c9f58..3d616133d 100644 --- a/board/amcc/canyonlands/u-boot-nand.lds +++ b/board/amcc/canyonlands/u-boot-nand.lds @@ -75,7 +75,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; diff --git a/board/amcc/kilauea/u-boot-nand.lds b/board/amcc/kilauea/u-boot-nand.lds index 3bdad3462..e9f026fb7 100644 --- a/board/amcc/kilauea/u-boot-nand.lds +++ b/board/amcc/kilauea/u-boot-nand.lds @@ -74,7 +74,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; diff --git a/board/amcc/sequoia/u-boot-nand.lds b/board/amcc/sequoia/u-boot-nand.lds index 9a2a232d3..2ea394441 100644 --- a/board/amcc/sequoia/u-boot-nand.lds +++ b/board/amcc/sequoia/u-boot-nand.lds @@ -75,7 +75,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; diff --git a/board/amcc/sequoia/u-boot-ram.lds b/board/amcc/sequoia/u-boot-ram.lds index e853da885..1b537f6f4 100644 --- a/board/amcc/sequoia/u-boot-ram.lds +++ b/board/amcc/sequoia/u-boot-ram.lds @@ -66,7 +66,7 @@ SECTIONS    . = .;    .u_boot_list : { -	#include <u-boot.lst> +	KEEP(*(SORT(.u_boot_list*)));    }    . = .; |