summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-10-19 06:50:01 -0600
committerTom Rini <trini@konsulko.com>2015-10-24 13:50:37 -0400
commitcd2bee3544095d8b3887e140b27b47246f6b379d (patch)
tree88f8fb244085d04caf510855637174e07c0d2108 /arch/microblaze
parent5ba534d247d418e09c5b4fe5fb7fa780aac08e49 (diff)
downloadtalos-obmc-uboot-cd2bee3544095d8b3887e140b27b47246f6b379d.tar.gz
talos-obmc-uboot-cd2bee3544095d8b3887e140b27b47246f6b379d.zip
microblaze: Add a TODO to call board_init_f_mem()
This C function should be used to do the early memory layout and init. This is beyond my powers, so just add a TODO for the maintainer. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/cpu/start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S
index 953d3a15ee..14f46a8f04 100644
--- a/arch/microblaze/cpu/start.S
+++ b/arch/microblaze/cpu/start.S
@@ -25,6 +25,7 @@ _start:
addi r8, r0, __end
mts rslr, r8
+ /* TODO: Redo this code to call board_init_f_mem() */
#if defined(CONFIG_SPL_BUILD)
addi r1, r0, CONFIG_SPL_STACK_ADDR
mts rshr, r1
@@ -141,6 +142,7 @@ _start:
ori r12, r12, 0x1a0
mts rmsr, r12
+ /* TODO: Redo this code to call board_init_f_mem() */
clear_bss:
/* clear BSS segments */
addi r5, r0, __bss_start
OpenPOWER on IntegriCloud