Skip to content

Commit 6e144e1

Browse files
rpardiniigorpecovnik
authored andcommitted
cli: kernel-dtb: pass -@ to normalized dtc invocation
- more comparable, but nothing too drastic
1 parent 6618b89 commit 6e144e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/functions/compilation/kernel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function kernel_dtb_only_build() {
241241

242242
display_alert "Kernel DTB-only for development" "Normalizing (dtc dts-to-dts) preprocessed FDT" "info"
243243
declare preprocessed_fdt_normalized="${SRC}/output/${fdt_dir}-${fdt_file}--${KERNEL_MAJOR_MINOR}-${BRANCH}.preprocessed.normalized.dts"
244-
run_host_command_logged dtc -s -I dts -O dts -o "${preprocessed_fdt_normalized}" "${preprocessed_fdt_dest}"
244+
run_host_command_logged dtc -@ -s -I dts -O dts -o "${preprocessed_fdt_normalized}" "${preprocessed_fdt_dest}"
245245

246246
# Remove any phandles by grepping them out. This is not accurate and might be misleading, but sometimes useful for basic diffing across very different devices.
247247
declare preprocessed_fdt_normalized_nophandles="${SRC}/output/${fdt_dir}-${fdt_file}--${KERNEL_MAJOR_MINOR}-${BRANCH}.preprocessed.normalized.nophandles.dts"

0 commit comments

Comments
 (0)