diff options
| author | Philip Molloy <[email protected]> | 2025-07-28 13:04:03 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-08-04 18:23:16 -0600 |
| commit | 007610da2cca405ea7739fc120d90085be4b6ac2 (patch) | |
| tree | 50bf611fd87e352286f79474f0d362ff43911d5e /Makefile | |
| parent | fcac9bfbbd20216ecf6a79c2fa239bda1bff77ef (diff) | |
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 <[email protected]>
Reviewed-by: Greg Malysa <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1574,7 +1574,6 @@ u-boot-nodtb.bin: u-boot FORCE $(BOARD_SIZE_CHECK) u-boot.ldr: u-boot - $(CREATE_LDR_ENV) $(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS) $(BOARD_SIZE_CHECK) |
