diff options
Diffstat (limited to 'board/cogent/u-boot.lds')
-rw-r--r-- | board/cogent/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index d87a39b..5ce2694 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -55,6 +55,7 @@ SECTIONS { *(.text) common/environment.o(.text) + *(.fixup) *(.got1) } _etext = .; |