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)
commit96d4b75c0d7f1bbbbde19e6225b09b1f7e7b60fe
tree0860497862d4c5e0fd308eb703111c1421ca5230
parente5fb573f6431d7585ef43eb02b67ac1a07f40094
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/lib/spl.c
common/board_f.c
common/board_r.c
include/init_helpers.h [moved from arch/x86/include/asm/init_helpers.h with 56% similarity]