Skip to content

Commit ca67212

Browse files
committed
rockchip64_common: emit log at the start of prepare_boot_configuration()
- different families/boards call this method at different times, this helps debug/understand what is going on and when
1 parent 5161987 commit ca67212

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/sources/families/include/rockchip64_common.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ case "$BOOT_SOC" in
160160
esac
161161

162162
prepare_boot_configuration() {
163+
display_alert "Preparing boot configuration" "rockchip64_common::prepare_boot_configuration()" "info"
163164
ATFSOURCE=''
164165
ATF_COMPILE='no'
165166
case "$BOOT_SCENARIO" in

0 commit comments

Comments
 (0)