x86: spl: Add weak arch_cpu_init_dm()
authorBin Meng <bmeng.cn@gmail.com>
Wed, 18 Jan 2017 11:32:53 +0000 (03:32 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:23:36 +0000 (13:23 +0800)
commit8f60ea00394ba88b575fdfa660e99521e1ad68dd
treec4eb860eec5f46ebe665f60fd3c84a5c60105865
parent020a5d4f633e760995b6104cac1f68132469e4b0
x86: spl: Add weak arch_cpu_init_dm()

arch_cpu_init_dm() might not be implemented by every platform.
Implement a weak version for SPL.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/spl.c