]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT
authorAndreas Bießmann <andreas.devel@googlemail.com>
Thu, 18 Apr 2013 22:48:49 +0000 (22:48 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 20:24:03 +0000 (16:24 -0400)
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 <andreas.devel@googlemail.com>
include/configs/tx25.h

index e72f8f66b1d7ef66d137083583ad3d7b5ad45cca..d61a21857a5fd32f7cf304c69a6cabb76e9f7ab1 100644 (file)
@@ -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_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
 
 #define CONFIG_SPL_TEXT_BASE           0x810c0000
 #define CONFIG_SYS_TEXT_BASE           0x81200000