diff options
author | Tom Rini | 2019-11-25 12:56:27 -0500 |
---|---|---|
committer | Tom Rini | 2019-11-25 12:56:27 -0500 |
commit | 4b19b89ca4a866b7baa642533e6dbd67cd832d27 (patch) | |
tree | d5cb75e0e6ec1819224360e80f3f3be0e0210819 /include/configs/rpi.h | |
parent | e3281aec7405ff509d72ad16218df9ab13b49036 (diff) | |
parent | 5694090670e262b038377bf196188d8089dc90c4 (diff) |
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/configs/rpi.h')
-rw-r--r-- | include/configs/rpi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c03bad811ba..83e258a6b95 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 |