mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
rockchip: rk3288: include header for back_to_bootrom
To avoid a warning, we need to include the header defining back_to_bootrom for us. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
parent
8c5805a210
commit
dd320e122f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include <spl.h>
|
#include <spl.h>
|
||||||
#include <version.h>
|
#include <version.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
#include <asm/arch-rockchip/bootrom.h>
|
||||||
#include <asm/arch-rockchip/clock.h>
|
#include <asm/arch-rockchip/clock.h>
|
||||||
#include <asm/arch-rockchip/sys_proto.h>
|
#include <asm/arch-rockchip/sys_proto.h>
|
||||||
#include <asm/arch-rockchip/timer.h>
|
#include <asm/arch-rockchip/timer.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue