From 0be48260b8c391997ae842ac6b655e04a423c331 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 9 Sep 2019 13:44:43 +0200 Subject: ARM: Merge single pbl with multi pbl So far we have two different implementations for PBL: One for a single PBL and one for multiple images. This patch implements the single PBL case as a special case of the multi PBL case. With this the single PBL becomes a multi PBL image with the entry point start_pbl. Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa50aa73ed..71f3ce5775 100644 --- a/Makefile +++ b/Makefile @@ -519,7 +519,7 @@ images: barebox.bin FORCE images/%.s: barebox.bin FORCE $(Q)$(MAKE) $(build)=images $@ -ifdef CONFIG_PBL_MULTI_IMAGES +ifdef CONFIG_PBL_IMAGE all: barebox.bin images else all: barebox-flash-image barebox-flash-images -- cgit v1.2.3