diff mbox

[U-Boot,v3,4/5] tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT

Message ID 1366361330-13852-5-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Andreas Bießmann April 19, 2013, 8:48 a.m. UTC
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>
---
Changes in v3: None
Changes in v2: None

 include/configs/tx25.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Benoît Thébaudeau April 19, 2013, 9 a.m. UTC | #1
Dear Andreas Bießmann,

On Friday, April 19, 2013 10:48:49 AM, Andreas Bießmann wrote:
> 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>
> ---
> Changes in v3: None
> Changes in v2: None
> 
>  include/configs/tx25.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> 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
> --
> 1.7.10.4
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

v3 5/5 seems to be missing?

Best regards,
Benoît
Andreas Bießmann April 19, 2013, 9:43 a.m. UTC | #2
Dear Benoît Thébaudeau,

On 04/19/2013 11:00 AM, Benoît Thébaudeau wrote:
> Dear Andreas Bießmann,
> 
> On Friday, April 19, 2013 10:48:49 AM, Andreas Bießmann wrote:
>> 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>
>> ---
>> Changes in v3: None
>> Changes in v2: None
>>

> v3 5/5 seems to be missing?

moderator approval due to long cc list, should hit the ml soon.

Best regards

Andreas Bießmann
diff mbox

Patch

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