summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2013-04-18 22:48:48 +0000
committerTom Rini <trini@ti.com>2013-05-01 16:24:02 -0400
commitb157315353bdff0e6b27f79a661d6814a8d32110 (patch)
tree23b2ea25dabf8b3ae126b94849fad3fe5eac7276 /include
parent63495ad77a987b3ebc5cd010bb90aee537669485 (diff)
downloadblackbird-obmc-uboot-b157315353bdff0e6b27f79a661d6814a8d32110.tar.gz
blackbird-obmc-uboot-b157315353bdff0e6b27f79a661d6814a8d32110.zip
mx31pdk: 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 <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx31pdk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 1754595850..82ea4fa92e 100644
--- 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
OpenPOWER on IntegriCloud