diff options
Diffstat (limited to 'board/gdsys')
| -rw-r--r-- | board/gdsys/dlvision/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/gdsys/gdppc440etx/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/gdsys/intip/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/gdsys/neo/u-boot.lds | 1 | 
4 files changed, 0 insertions, 4 deletions
| diff --git a/board/gdsys/dlvision/u-boot.lds b/board/gdsys/dlvision/u-boot.lds index d803625b5..689c808b8 100644 --- a/board/gdsys/dlvision/u-boot.lds +++ b/board/gdsys/dlvision/u-boot.lds @@ -60,7 +60,6 @@ SECTIONS      cpu/ppc4xx/start.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/gdsys/gdppc440etx/u-boot.lds b/board/gdsys/gdppc440etx/u-boot.lds index 77f0aae70..6ab36ee85 100644 --- a/board/gdsys/gdppc440etx/u-boot.lds +++ b/board/gdsys/gdppc440etx/u-boot.lds @@ -69,7 +69,6 @@ SECTIONS      board/gdsys/gdppc440etx/init.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/gdsys/intip/u-boot.lds b/board/gdsys/intip/u-boot.lds index c1cbd1c4a..624c4c1be 100644 --- a/board/gdsys/intip/u-boot.lds +++ b/board/gdsys/intip/u-boot.lds @@ -69,7 +69,6 @@ SECTIONS      board/gdsys/intip/init.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/gdsys/neo/u-boot.lds b/board/gdsys/neo/u-boot.lds index b95eb5ce1..75202caf3 100644 --- a/board/gdsys/neo/u-boot.lds +++ b/board/gdsys/neo/u-boot.lds @@ -60,7 +60,6 @@ SECTIONS      cpu/ppc4xx/start.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; |