projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARC: Make sure .ivt section is not purged by garbage collector
[u-boot.git]
/
arch
/
arc
/
cpu
/
u-boot.lds
diff --git
a/arch/arc/cpu/u-boot.lds
b/arch/arc/cpu/u-boot.lds
index 73c642ed6bd9c0b5eb725b87ccd001f420f50e58..d5c88ef9d4d012b17d9c88e3eb2fa8d9c9747dba 100644
(file)
--- a/
arch/arc/cpu/u-boot.lds
+++ b/
arch/arc/cpu/u-boot.lds
@@
-23,7
+23,7
@@
SECTIONS
__ivt_start = .;
.ivt :
{
-
*(.ivt
)
+
KEEP(*(.ivt)
)
}
__ivt_end = .;
This page took
0.030671 seconds
and
4
git commands to generate.