
25 Feb
2021
25 Feb
'21
2:25 p.m.
On Sat, Feb 13, 2021 at 11:06:32AM +0100, Roger Pau Monne wrote:
Current sed usage in the DTC command relies on GNU sed specific -i option which has a slightly different syntax for BSD sed and always expects an extension to be provided in order to create a backup file.
Instead drop the cat concatenation done before the sed call and use sed itself to edit and concatenate the files.
No functional change intended.
Signed-off-by: Roger Pau Monné royger@FreeBSD.org
Applied to u-boot/master, thanks!
--
Tom