u-boot/arch/microblaze/cpu
Michal Simek 7c6814f184 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>
2015-02-09 15:09:57 +01:00
..
cache.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
exception.c microblaze: Fix coding style in exception.c 2015-02-09 15:09:56 +01:00
interrupts.c microblaze: Add debug message about enabling interrupts 2015-02-09 15:09:57 +01:00
irq.S microblaze: Fix stack usage in interrupt handler 2015-02-09 15:09:56 +01:00
Makefile microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
spl.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
start.S microblaze: Support stack protection feature 2015-01-21 10:33:07 +01:00
timer.c microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot-spl.lds microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
u-boot.lds microblaze: Remove unneeded data section adding from DTB 2015-02-09 15:09:57 +01:00