]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Remove expansion of undefined variable
authorPhilip Molloy <philip.molloy@analog.com>
Mon, 28 Jul 2025 13:04:03 +0000 (13:04 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 5 Aug 2025 00:23:16 +0000 (18:23 -0600)
commit007610da2cca405ea7739fc120d90085be4b6ac2
tree50bf611fd87e352286f79474f0d362ff43911d5e
parentfcac9bfbbd20216ecf6a79c2fa239bda1bff77ef
Makefile: Remove expansion of undefined variable

The U-Boot environment was previously stored in the boot loader stream
using ldr, but it has been replaced by the default environment built
into the U-Boot executable or an environment on external storage

Fixes: ea3310e8aafa ("Blackfin: Remove")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
Makefile
scripts/Makefile.xpl