mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
microblaze: Remove unneeded data section adding from DTB
DTB is added to rodata section: [ 2] .rodata PROGBITS 84c5b60c 05c60c 00c618 00 A 0 0 4 [ 3] .dtb.init.rodata PROGBITS 84c67c30 068c30 003c80 00 A 0 0 16 [ 4] .rela.dyn RELA 84c6b8b0 06c8b0 000534 0c A 0 0 4 [ 5] .data PROGBITS 84c6bde4 06cde4 001536 00 WA 0 0 16 Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
070b8e0da2
commit
7c6814f184
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ SECTIONS
|
|||
.data ALIGN(0x4):
|
||||
{
|
||||
__data_start = .;
|
||||
#ifdef CONFIG_OF_EMBED
|
||||
dts/built-in.o (.data)
|
||||
#endif
|
||||
*(.data)
|
||||
__data_end = .;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue