summaryrefslogtreecommitdiff
path: root/board/samsung
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:35 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:14 +0300
commit62270f4395f86bd5231fcb9c1710e42be7d67d60 (patch)
treea17b47841340571e0d4573c8bbefd58f22ef4a77 /board/samsung
parent30c7c4347307c807b0f9f9045053339507fd699e (diff)
downloadu-boot-62270f4395f86bd5231fcb9c1710e42be7d67d60.tar.xz
common: Move some SMP functions out of common.h
These functions belong in cpu_func.h so move them over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/samsung')
-rw-r--r--board/samsung/arndale/arndale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samsung/arndale/arndale.c b/board/samsung/arndale/arndale.c
index d06ab8f3c0..1d547b1c38 100644
--- a/board/samsung/arndale/arndale.c
+++ b/board/samsung/arndale/arndale.c
@@ -4,6 +4,7 @@
*/
#include <common.h>
+#include <cpu_func.h>
#include <usb.h>
#include <asm/gpio.h>
#include <asm/arch/pinmux.h>