From 51f20205ed899c9b867cc0b9dcd5cd71fa16f50e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 17 Sep 2020 09:44:07 +0200 Subject: Add constructor support Call constructors (gcc-generated initcall-like functions) during barebox start. Constructors are e.g. used for kasan initialization. Signed-off-by: Sascha Hauer --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/Kconfig b/lib/Kconfig index b4a8079700..90552f3c27 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -60,6 +60,9 @@ config REED_SOLOMON config BASE64 bool "include base64 encode/decode support" +config CONSTRUCTORS + bool + config GENERIC_FIND_NEXT_BIT def_bool n -- cgit v1.2.3