From d1910b945b7a592bc7881fdef4844b3c8af5cdbb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 1 Dec 2018 15:08:46 -0800 Subject: Restrict flat format to architectures that support it Fixes #878 Signed-off-by: Alexey Neyman --- config/target.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/target.in') diff --git a/config/target.in b/config/target.in index 677c67e3..03ecb6b1 100644 --- a/config/target.in +++ b/config/target.in @@ -92,6 +92,10 @@ config ARCH_USE_MMU lacks an MMU (eg. ARM Cortex-M3), while other variants have one (eg. ARM Cortex-A8). +#-------------------------------------- +config ARCH_SUPPORTS_FLAT_FORMAT + bool + #-------------------------------------- config ARCH_SUPPORTS_EITHER_ENDIAN bool -- cgit v1.2.3