blob: 211ec23a21dfd502c40345c8cbce324d5ad6d14f [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001SECTIONS {
2 .fb_oem_cmd : {
3 __fb_oem_cmd_start = .;
4 KEEP(*(.fb_oem_cmd))
5 __fb_oem_cmd_end = .;
6 }
7}
8INSERT AFTER .rodata;