forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/um/include/asm/common.lds.S
....@@ -9,14 +9,13 @@
99 _sdata = .;
1010 PROVIDE (sdata = .);
1111
12
- RODATA
12
+ RO_DATA(4096)
1313
1414 .unprotected : { *(.unprotected) }
1515 . = ALIGN(4096);
1616 PROVIDE (_unprotected_end = .);
1717
1818 . = ALIGN(4096);
19
- NOTES
2019 EXCEPTION_TABLE(0)
2120
2221 BUG_TABLE
....@@ -52,8 +51,6 @@
5251 .con_initcall.init : {
5352 CON_INITCALL
5453 }
55
-
56
- SECURITY_INIT
5754
5855 .exitcall : {
5956 __exitcall_begin = .;