diff options
| author | Simon Glass <sjg@chromium.org> | 2020-05-10 11:40:07 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-05-18 21:19:23 -0400 |
| commit | 8ad92118dc6377d4cd4c3b784182be008c63cf16 (patch) | |
| tree | 572aec1740b96be1c04593faec4e6de336f0b0a7 /arch/powerpc/cpu/mpc83xx | |
| parent | 25a5818ff8f17420982e682c4282fcfe8405385e (diff) | |
| download | u-boot-8ad92118dc6377d4cd4c3b784182be008c63cf16.tar.gz u-boot-8ad92118dc6377d4cd4c3b784182be008c63cf16.tar.xz u-boot-8ad92118dc6377d4cd4c3b784182be008c63cf16.zip | |
common: Drop asm_offsets.h from common header
Move this uncommon header out of the common header.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc83xx')
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/cpu_init.c | 1 | ||||
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/spl_minimal.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/cpu_init.c b/arch/powerpc/cpu/mpc83xx/cpu_init.c index af8facad53..4defe98477 100644 --- a/arch/powerpc/cpu/mpc83xx/cpu_init.c +++ b/arch/powerpc/cpu/mpc83xx/cpu_init.c @@ -4,6 +4,7 @@ */ #include <common.h> +#include <asm-offsets.h> #include <mpc83xx.h> #include <ioports.h> #include <asm/io.h> diff --git a/arch/powerpc/cpu/mpc83xx/spl_minimal.c b/arch/powerpc/cpu/mpc83xx/spl_minimal.c index 34c8187259..2c61f2b81d 100644 --- a/arch/powerpc/cpu/mpc83xx/spl_minimal.c +++ b/arch/powerpc/cpu/mpc83xx/spl_minimal.c @@ -4,6 +4,7 @@ */ #include <common.h> +#include <asm-offsets.h> #include <clock_legacy.h> #include <mpc83xx.h> #include <time.h> |
