diff options
Diffstat (limited to 'board/LEOX')
| -rw-r--r-- | board/LEOX/elpt860/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/LEOX/elpt860/u-boot.lds.debug | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/board/LEOX/elpt860/u-boot.lds b/board/LEOX/elpt860/u-boot.lds index c6b1f94eb..3c44b3ef2 100644 --- a/board/LEOX/elpt860/u-boot.lds +++ b/board/LEOX/elpt860/u-boot.lds @@ -80,7 +80,6 @@ SECTIONS      common/env_embedded.o		(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/LEOX/elpt860/u-boot.lds.debug b/board/LEOX/elpt860/u-boot.lds.debug index 434c9b71d..512608342 100644 --- a/board/LEOX/elpt860/u-boot.lds.debug +++ b/board/LEOX/elpt860/u-boot.lds.debug @@ -73,7 +73,6 @@ SECTIONS      common/env_embedded.o	(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; |