u-boot-brain/arch/microblaze/cpu
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable
At present fdt blob or argument address being passed to kernel is fixed at
compile time using macro CONFIG_SYS_SPL_ARGS_ADDR. FDT blob from
different media like nand, nor flash are copied to the address pointed
by the macro.
The problem is, it makes args/fdt blob compulsory to copy which is not required
in cases like for NOR Flash. This patch removes this limitation.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
2017-05-08 11:38:40 -04:00
..
cache.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: Remove !OF_CONTROL code for timer and interrupt 2016-04-04 20:28:38 +02:00
irq.S microblaze: Fix stack usage in interrupt handler 2015-02-09 15:09:56 +01:00
Makefile microblaze: Remove empty file - cpu.c 2016-01-27 15:55:53 +01:00
spl.c spl: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
start.S microblaze: Fix endif macro command 2017-02-10 13:59:36 +01:00
timer.c microblaze: Remove !OF_CONTROL code for timer and interrupt 2016-04-04 20:28:38 +02:00
u-boot-spl.lds microblaze: spl: Add LISTS to linker script 2015-02-09 15:13:12 +01:00
u-boot.lds microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00