Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/functions/compilation/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ function kernel_dtb_only_build() {

display_alert "Considering further .dts convenience processing" "for board '${BOARD}' branch '${BRANCH}'" "info"

# If BOOT_FDT_FILE is not set, bail.
if [[ -z "${BOOT_FDT_FILE}" ]]; then
display_alert "Board '${BOARD}' branch '${BRANCH}'" "No BOOT_FDT_FILE set for board, skipping further processing" "warn"
display_alert "Board '${BOARD}' branch '${BRANCH}' has no BOOT_FDT_FILE" "linux-dtb package produced OK; preprocessed DTS copy skipped. Check board config and any post_family_config_* hook that may unset it." "err"
return 0
fi

Expand Down