summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xxx/cpu.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:32 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:23:13 +0300
commitb5981474f1f7d8b6b6669d549298dec3fc083cc8 (patch)
tree959f4d75a93ff9d9c8f4ff298d39ecf4c25b5b46 /arch/powerpc/cpu/mpc8xxx/cpu.c
parent68a6aa85ecbab5696fdcf970fdd7b7fe5a967146 (diff)
downloadu-boot-b5981474f1f7d8b6b6669d549298dec3fc083cc8.tar.xz
common: Move some CPU functions out of common.h
These functions belong in cpu_func.h since they do not use driver model. Move them over. Don't bother adding comments since these functions should be deleted. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx/cpu.c')
-rw-r--r--arch/powerpc/cpu/mpc8xxx/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/cpu.c b/arch/powerpc/cpu/mpc8xxx/cpu.c
index 467eac4a2e..ed482a9c09 100644
--- a/arch/powerpc/cpu/mpc8xxx/cpu.c
+++ b/arch/powerpc/cpu/mpc8xxx/cpu.c
@@ -10,6 +10,7 @@
#include <config.h>
#include <common.h>
#include <command.h>
+#include <cpu_func.h>
#include <tsec.h>
#include <fm_eth.h>
#include <netdev.h>