]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Introduce generic post-relocation board_r.c
authorSimon Glass <sjg@chromium.org>
Mon, 11 Mar 2013 14:30:37 +0000 (14:30 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:13:59 +0000 (16:13 -0400)
commit6f6430d72b007128dd159e5200edb9f576a10bf9
tree3e1b333c52189c4280ccb5d169654d7d18f94a70
parent1938f4a5b62fc03c52b47697a89b2bb47b77c90c
Introduce generic post-relocation board_r.c

This file handles common post-relocation init for boards which use
the generic framework.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/powerpc/lib/board.c
common/Makefile
common/board_r.c [new file with mode: 0644]