summaryrefslogtreecommitdiffstats
path: root/pbl
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-09 12:43:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-23 08:49:08 +0200
commit070de908da26d7c1b2a29749be313d2b386f3645 (patch)
tree7f9f6791d881fcf06ed933eeeba183237f753f7d /pbl
parent05546e8d02c8ed243703f1fd54f4d29ed6736620 (diff)
downloadbarebox-070de908da26d7c1b2a29749be313d2b386f3645.tar.gz
barebox-070de908da26d7c1b2a29749be313d2b386f3645.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'pbl')
-rw-r--r--pbl/Kconfig8
1 files changed, 0 insertions, 8 deletions
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