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)
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

index af1c60f..ed2d40b 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
+__weak int arch_cpu_init_dm(void)
+{
+       return 0;
+}
+
 static int x86_spl_init(void)
 {
        /*