diff options
Diffstat (limited to 'board/netstal')
| -rw-r--r-- | board/netstal/hcu4/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/netstal/hcu5/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/netstal/mcu25/u-boot.lds | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/board/netstal/hcu4/u-boot.lds b/board/netstal/hcu4/u-boot.lds index 0c38ea299..f748ec30b 100644 --- a/board/netstal/hcu4/u-boot.lds +++ b/board/netstal/hcu4/u-boot.lds @@ -65,7 +65,6 @@ SECTIONS  /*    common/env_embedded.o(.text)*/      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/netstal/hcu5/u-boot.lds b/board/netstal/hcu5/u-boot.lds index 21a2be2f4..bdc6e705c 100644 --- a/board/netstal/hcu5/u-boot.lds +++ b/board/netstal/hcu5/u-boot.lds @@ -67,7 +67,6 @@ SECTIONS      cpu/ppc4xx/start.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/netstal/mcu25/u-boot.lds b/board/netstal/mcu25/u-boot.lds index b58995645..2cf3361c4 100644 --- a/board/netstal/mcu25/u-boot.lds +++ b/board/netstal/mcu25/u-boot.lds @@ -65,7 +65,6 @@ SECTIONS  /*    common/env_embedded.o(.text)*/      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; |