Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Andy Yan | e306779 | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2017 Rockchip Electronics Co., Ltd | ||||
Andy Yan | e306779 | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #include <common.h> | ||||
Kever Yang | 15f09a1 | 2019-03-28 11:01:23 +0800 | [diff] [blame] | 7 | #include <asm/arch-rockchip/boot_mode.h> |
Andy Yan | e306779 | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 8 | |
9 | int board_late_init(void) | ||||
10 | { | ||||
11 | setup_boot_mode(); | ||||
12 | return 0; | ||||
13 | } |