summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-25 20:56:27 +0300
committerTom Rini <trini@konsulko.com>2019-11-25 20:56:27 +0300
commit4b19b89ca4a866b7baa642533e6dbd67cd832d27 (patch)
treed5cb75e0e6ec1819224360e80f3f3be0e0210819 /include
parente3281aec7405ff509d72ad16218df9ab13b49036 (diff)
parent5694090670e262b038377bf196188d8089dc90c4 (diff)
downloadu-boot-4b19b89ca4a866b7baa642533e6dbd67cd832d27.tar.xz
Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot
- add RPi4 upstream compatible to pinctrl - fix boot banner on RPi3/4 - add support for one binary on RPi3/4
Diffstat (limited to 'include')
-rw-r--r--include/configs/rpi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index c03bad811b..83e258a6b9 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -9,6 +9,10 @@
#include <linux/sizes.h>
#include <asm/arch/timer.h>
+#ifndef __ASSEMBLY__
+#include <asm/arch/base.h>
+#endif
+
#if defined(CONFIG_TARGET_RPI_2) || defined(CONFIG_TARGET_RPI_3_32B)
#define CONFIG_SKIP_LOWLEVEL_INIT
#endif