diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-09 13:42:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-09 13:42:43 -0500 |
commit | c00bd81ae0d6eb1f94e26b31be3a64cadaa05bcb (patch) | |
tree | b22ed421df354799a4b08ca2f4fa3cc3a02ae715 /arch/powerpc/include/asm/mpc8xxx_spi.h | |
parent | d6b92b9742f125542dd0985976c3a6c560ed40fd (diff) | |
parent | fddf876a8f56ff53d1354387ebf7fd3997189349 (diff) |
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
- A small PR with MC8309 fixes from Rasmus.
Diffstat (limited to 'arch/powerpc/include/asm/mpc8xxx_spi.h')
-rw-r--r-- | arch/powerpc/include/asm/mpc8xxx_spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpc8xxx_spi.h b/arch/powerpc/include/asm/mpc8xxx_spi.h index b583a3269d6..470ee955f30 100644 --- a/arch/powerpc/include/asm/mpc8xxx_spi.h +++ b/arch/powerpc/include/asm/mpc8xxx_spi.h @@ -11,6 +11,7 @@ #include <asm/types.h> #if defined(CONFIG_ARCH_MPC8308) || \ + defined(CONFIG_ARCH_MPC8309) || \ defined(CONFIG_ARCH_MPC8313) || \ defined(CONFIG_ARCH_MPC8315) || \ defined(CONFIG_ARCH_MPC834X) || \ |