9
0
Fork 0

arm64: disable PBL support

PBL is another feature, which needs some love to work on ARM64.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2016-12-20 10:33:33 +01:00 committed by Sascha Hauer
parent 1d117c4888
commit a86f9ca824
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ config ARM
select HAS_KALLSYMS
select HAS_CACHE
select HAVE_CONFIGURABLE_TEXT_BASE
select HAVE_PBL_IMAGE
select HAVE_IMAGE_COMPRESSION
default y

View File

@ -7,6 +7,7 @@ config CPU_32
bool
select HAS_MODULES
select HAS_DMA
select HAVE_PBL_IMAGE
config CPU_64
bool