]> Git Repo - u-boot.git/commitdiff
rockchip: rk3288: include header for back_to_bootrom
authorPhilipp Tomsich <[email protected]>
Mon, 29 Apr 2019 22:00:38 +0000 (00:00 +0200)
committerPhilipp Tomsich <[email protected]>
Wed, 1 May 2019 07:40:59 +0000 (09:40 +0200)
To avoid a warning, we need to include the header defining
back_to_bootrom for us.

Signed-off-by: Philipp Tomsich <[email protected]>
arch/arm/mach-rockchip/rk3288-board-tpl.c

index a9848067ba18b7e40b1b58dfce1f02920cdeeb8f..787129bbaeaf1f4f8f3be7047c4baa17243a8cdd 100644 (file)
@@ -10,6 +10,7 @@
 #include <spl.h>
 #include <version.h>
 #include <asm/io.h>
+#include <asm/arch-rockchip/bootrom.h>
 #include <asm/arch-rockchip/clock.h>
 #include <asm/arch-rockchip/sys_proto.h>
 #include <asm/arch-rockchip/timer.h>
This page took 0.027828 seconds and 4 git commands to generate.