]> git.baikalelectronics.ru Git - uboot.git/commit
board_f: Make init_helpers generic
authorSimon Glass <sjg@chromium.org>
Fri, 31 Mar 2017 14:40:37 +0000 (08:40 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 20:36:56 +0000 (16:36 -0400)
commit88bea62f8a0fc3a24f2d1258d84c3ca17b824167
tree0860497862d4c5e0fd308eb703111c1421ca5230
parent17d456251f56361adb4fcf15004aab064e6dd8e8
board_f: Make init_helpers generic

This header file is used by two archs. It could be used by all of them
since it allows the cache to be on during relocation. Move it into a
generic file.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arc/include/asm/init_helpers.h [deleted file]
arch/x86/include/asm/init_helpers.h [deleted file]
arch/x86/lib/spl.c
common/board_f.c
common/board_r.c
include/init_helpers.h [new file with mode: 0644]