]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rockchip/bootrom.c
rockchip: reserve memory for rk3399 ATF data
[u-boot] / arch / arm / mach-rockchip / bootrom.c
1 /**
2  * Copyright (c) 2017 Google, Inc
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include <common.h>
8 #include <asm/arch/bootrom.h>
9
10 void back_to_bootrom(void)
11 {
12 #if defined(CONFIG_SPL_LIBGENERIC_SUPPORT) && !defined(CONFIG_TPL_BUILD)
13         printf("Returning to boot ROM...");
14 #endif
15         _back_to_bootrom_s();
16 }