aboutsummaryrefslogtreecommitdiff
path: root/board/vamrs
diff options
context:
space:
mode:
authorTom Rini2019-05-01 11:52:04 -0400
committerTom Rini2019-05-01 11:52:04 -0400
commit3570ea1f98229dc8c166dfc2693510db9167f7f8 (patch)
tree8226fe6a2518138c6e600e507c9f9dc46d8d089e /board/vamrs
parentb4ee6daad7a2604ca9466b2ba48de86cc27d381f (diff)
parentdd320e122f78312b99cdbfb085a0ad167a396bb5 (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 'board/vamrs')
-rw-r--r--board/vamrs/rock960_rk3399/rock960-rk3399.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vamrs/rock960_rk3399/rock960-rk3399.c b/board/vamrs/rock960_rk3399/rock960-rk3399.c
index d3775b22191..0f5ef3a09a4 100644
--- a/board/vamrs/rock960_rk3399/rock960-rk3399.c
+++ b/board/vamrs/rock960_rk3399/rock960-rk3399.c
@@ -7,7 +7,7 @@
#include <dm.h>
#include <dm/pinctrl.h>
#include <dm/uclass-internal.h>
-#include <asm/arch/periph.h>
+#include <asm/arch-rockchip/periph.h>
#include <power/regulator.h>
#include <spl.h>