From 070de908da26d7c1b2a29749be313d2b386f3645 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 9 Sep 2019 12:43:47 +0200 Subject: ARM: remove PBL_FORCE_PIGGYDATA_COPY This option is unused in the tree, remove it for now. If you need this option, let me know, we'll find another solution. Signed-off-by: Sascha Hauer --- pbl/Kconfig | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pbl') diff --git a/pbl/Kconfig b/pbl/Kconfig index 7e6077f96d..6e8cc3ac04 100644 --- a/pbl/Kconfig +++ b/pbl/Kconfig @@ -24,14 +24,6 @@ config PBL_SINGLE_IMAGE depends on !HAVE_PBL_MULTI_IMAGES default y -config PBL_FORCE_PIGGYDATA_COPY - bool - help - In some case we need to copy the PIGGYDATA as the link address - as example we run from SRAM and shutdown the SDRAM/DDR for - reconfiguration but most of the time we just need to copy the - executable code. - if PBL_IMAGE config PBL_RELOCATABLE -- cgit v1.2.3