Compare commits

...

2 Commits

Author SHA1 Message Date
Yilin Sun 8785e099be arch: arm: restore section attributes. 2024-01-06 12:07:56 +08:00
Yilin Sun b6e07880e0 vendor: removed unused vendor binaries. 2024-01-06 11:59:58 +08:00
5 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@
#endif
.endm
.section ".start", #alloc, #execinstr
.section ".start", "ax"
/*
* sort out different calling conventions
*/

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */
.section .piggydata,#alloc
.section .piggydata, "a"
.globl input_data
input_data:
.incbin "arch/arm/boot/compressed/piggy_data"

View File

@ -644,7 +644,7 @@ __v7_setup_stack:
string cpu_elf_name, "v7"
.align
.section ".proc.info.init", #alloc
.section ".proc.info.init", "a"
/*
* Standard v7 proc info content

Binary file not shown.

Binary file not shown.