summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rockchip/boot0.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-10 21:40:11 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-10 21:40:11 (GMT)
commit1f5541c8818d3ecd243f9bbf58db9ea5f55a3195 (patch)
tree83053c0f224f8fe641550492e95818033e5af7e2 /arch/arm/include/asm/arch-rockchip/boot0.h
parent102d86552abc82818c22b39fdef4b3a280a60643 (diff)
parent2085de57f3928d72b27338f68d4250d1fb302d04 (diff)
downloadu-boot-fsl-qoriq-1f5541c8818d3ecd243f9bbf58db9ea5f55a3195.tar.xz
Merge git://git.denx.de/u-boot-rockchip
This adds a new firefly-rk3399 board, MIPI support for rk3399 and rk3288, rk818 pmic support, mkimage improvements for rockchip and a few other things.
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/boot0.h')
-rw-r--r--arch/arm/include/asm/arch-rockchip/boot0.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/boot0.h b/arch/arm/include/asm/arch-rockchip/boot0.h
index 8d7bc9a..7346876 100644
--- a/arch/arm/include/asm/arch-rockchip/boot0.h
+++ b/arch/arm/include/asm/arch-rockchip/boot0.h
@@ -16,3 +16,7 @@
.space 0x4 /* space for the 'RK33' */
#endif
b reset
+
+#if defined(CONFIG_ROCKCHIP_RK3399) && defined(CONFIG_SPL_BUILD)
+ .space CONFIG_ROCKCHIP_SPL_RESERVE_IRAM /* space for the ATF data */
+#endif