blob: 443c87cccce118a396d88a9029e2fd4406ac6418 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Andy Yane3067792017-10-11 15:00:16 +08002/*
3 * Copyright (c) 2017 Rockchip Electronics Co., Ltd
Andy Yane3067792017-10-11 15:00:16 +08004 */
5
6#include <common.h>
Kever Yang15f09a12019-03-28 11:01:23 +08007#include <asm/arch-rockchip/boot_mode.h>
Andy Yane3067792017-10-11 15:00:16 +08008
9int board_late_init(void)
10{
11 setup_boot_mode();
12 return 0;
13}