From: Andreas Bießmann Date: Thu, 18 Apr 2013 22:48:49 +0000 (+0000) Subject: tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT X-Git-Tag: v2013.07-rc1~18^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dac5b1af6a66aeb02eb63e852415367b30b168;p=platform%2Fkernel%2Fu-boot.git tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT In order to use the generic hang() later on pull libgeneric in SPL. This has no impact on the SPL size. Signed-off-by: Andreas Bießmann --- diff --git a/include/configs/tx25.h b/include/configs/tx25.h index e72f8f6..d61a218 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -37,6 +37,7 @@ #define CONFIG_SPL_LDSCRIPT "arch/$(ARCH)/cpu/u-boot-spl.lds" #define CONFIG_SPL_MAX_SIZE 2048 #define CONFIG_SPL_NAND_SUPPORT +#define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_TEXT_BASE 0x810c0000 #define CONFIG_SYS_TEXT_BASE 0x81200000