projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3dd6a
)
rk3288: swap rk3188 and rk3288 PIE_OVERLAY_SECTION for rk3288 pie work
author
陈亮
<cl@rock-chips.com>
Fri, 28 Mar 2014 02:49:20 +0000
(19:49 -0700)
committer
陈亮
<cl@rock-chips.com>
Fri, 28 Mar 2014 02:49:20 +0000
(19:49 -0700)
arch/arm/kernel/pie.lds.S
patch
|
blob
|
history
diff --git
a/arch/arm/kernel/pie.lds.S
b/arch/arm/kernel/pie.lds.S
index 1122abd48ea2a8c3e13a4015156f3e725ac79adb..0953281739d034c090e3f3c93c74947e304b582d 100644
(file)
--- a/
arch/arm/kernel/pie.lds.S
+++ b/
arch/arm/kernel/pie.lds.S
@@
-33,8
+33,8
@@
SECTIONS
PIE_OVERLAY_START
OVERLAY : NOCROSSREFS {
- PIE_OVERLAY_SECTION(rk3188)
PIE_OVERLAY_SECTION(rk3288)
+ PIE_OVERLAY_SECTION(rk3188)
}
PIE_OVERLAY_END