[PATCH] Makefile: remove block from conv=block, sync in SPL alignment dd

Tom Rini trini at konsulko.com
Sat May 9 01:14:37 CEST 2026


On Fri, 01 May 2026 09:38:50 -0500, Brad Klingerman wrote:

> The line that produces $(SPL_BIN)-align.bin invokes dd with
> conv=block,sync but no cbs= operand. The result of dd conv=block
> without cbs= is unspecified. GNU coreutils outputs anyway, but
> uutils (default in Ubuntu 26.04 LTS) errors out for files with
> newlines, including SPL binaries, producing:
> 
>     dd: conv=block or conv=ubnblock specified without cbs=N
> 
> [...]

Applied to u-boot/master, thanks!

[1/1] Makefile: remove block from conv=block, sync in SPL alignment dd
      commit: 26b17dbdb0f19efa67365b30d939d3572871e8ca
-- 
Tom




More information about the U-Boot mailing list