diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-01 11:52:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-01 11:52:04 -0400 |
commit | 3570ea1f98229dc8c166dfc2693510db9167f7f8 (patch) | |
tree | 8226fe6a2518138c6e600e507c9f9dc46d8d089e /arch/arm/mach-rockchip/rk3328/rk3328.c | |
parent | b4ee6daad7a2604ca9466b2ba48de86cc27d381f (diff) | |
parent | dd320e122f78312b99cdbfb085a0ad167a396bb5 (diff) |
Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip
Improvements and new features:
- improved SPI driver for better read throughput
- refactors initialisation of debug UART init
- restructures header file paths
- adds pinctrl improvements
Adds Kever as a co-custodian.
Diffstat (limited to 'arch/arm/mach-rockchip/rk3328/rk3328.c')
-rw-r--r-- | arch/arm/mach-rockchip/rk3328/rk3328.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3328/rk3328.c b/arch/arm/mach-rockchip/rk3328/rk3328.c index a519f5fb84..1cf829dc34 100644 --- a/arch/arm/mach-rockchip/rk3328/rk3328.c +++ b/arch/arm/mach-rockchip/rk3328/rk3328.c @@ -4,7 +4,7 @@ */ #include <common.h> -#include <asm/arch/hardware.h> +#include <asm/arch-rockchip/hardware.h> #include <asm/armv8/mmu.h> #include <asm/io.h> |