blob: 137ec714c2e04800242e22d7c3c456effe4d4426 [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>
7#include <asm/arch/boot_mode.h>
8
9int board_late_init(void)
10{
11 setup_boot_mode();
12 return 0;
13}