projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63495ad
)
mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT
author
Andreas Bießmann
<andreas.devel@googlemail.com>
Thu, 18 Apr 2013 22:48:48 +0000
(22:48 +0000)
committer
Tom Rini
<trini@ti.com>
Wed, 1 May 2013 20:24:02 +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/mx31pdk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx31pdk.h
b/include/configs/mx31pdk.h
index 1754595850602cf56b6190fa0ab96e00509a7907..82ea4fa92ebea1278f9b2268353f12f961dce189 100644
(file)
--- a/
include/configs/mx31pdk.h
+++ b/
include/configs/mx31pdk.h
@@
-50,6
+50,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 0x87dc0000
#define CONFIG_SYS_TEXT_BASE 0x87e00000