diff options
Diffstat (limited to 'board/cogent')
| -rw-r--r-- | board/cogent/u-boot.lds | 1 | ||||
| -rw-r--r-- | board/cogent/u-boot.lds.debug | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index 3ea6f1c4d..2fecb0fcf 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -54,7 +54,6 @@ SECTIONS    {      *(.text)      common/env_embedded.o(.text) -    *(.fixup)      *(.got1)    }    _etext = .; diff --git a/board/cogent/u-boot.lds.debug b/board/cogent/u-boot.lds.debug index ea8538900..a2d940f04 100644 --- a/board/cogent/u-boot.lds.debug +++ b/board/cogent/u-boot.lds.debug @@ -64,7 +64,6 @@ SECTIONS      common/env_embedded.o(.text)      *(.text) -    *(.fixup)      *(.got1)    }    _etext = .; |