From b54b69853af95b61435f257ac1d5fab325553799 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 27 Nov 2018 10:19:28 +0100 Subject: pbl: enable MIPS for PBL_RELOCATABLE it is needed for multiimage support Signed-off-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- pbl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbl') diff --git a/pbl/Kconfig b/pbl/Kconfig index 117b79dcbd..f2250dd73b 100644 --- a/pbl/Kconfig +++ b/pbl/Kconfig @@ -35,7 +35,7 @@ config PBL_FORCE_PIGGYDATA_COPY if PBL_IMAGE config PBL_RELOCATABLE - depends on ARM + depends on ARM || MIPS bool "relocatable pbl image" help Generate a pbl binary which can relocate itself during startup to run -- cgit v1.2.3