Skip to content
Snippets Groups Projects
Commit 67171e13 authored by Jacob Chen's avatar Jacob Chen Committed by Simon Glass
Browse files

rockchip: add boot-mode support for rk3288, rk3036


rockchip platform have a protocol to pass the the kernel reboot mode to bootloader
by some special registers when system reboot. In bootloader we should read it and take action.

We can only setup boot_mode in board_late_init becasue "setenv" need env setuped.
So add CONFIG_BOARD_LATE_INIT to common header and use a entry "rk_board_late_init"
to replace "board_late_init" in board file.

Signed-off-by: default avatarJacob Chen <jacob2.chen@rock-chips.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent f48f2b72
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment