summaryrefslogtreecommitdiff
path: root/include/configs/mxs.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2015-06-29 07:10:46 (GMT)
committerTom Rini <trini@konsulko.com>2015-08-13 00:47:13 (GMT)
commit80402f34f8e1f46134a0272ff4d34be64ff7380b (patch)
tree5fcf26d057c39f522fe4cf6ed77966dc322d72b8 /include/configs/mxs.h
parentacb5ff021eb65931d3e970da8ff0a00dda0cd088 (diff)
downloadu-boot-80402f34f8e1f46134a0272ff4d34be64ff7380b.tar.xz
spl, common, serial: build SPL without serial support
This patch enables building SPL without CONFIG_SPL_SERIAL_SUPPORT support. Signed-off-by: Heiko Schocher <hs@denx.de> [trini: Ensure we build arch/arm/imx-common on mx28] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mxs.h')
-rw-r--r--include/configs/mxs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h
index 38b1e93..9d823de 100644
--- a/include/configs/mxs.h
+++ b/include/configs/mxs.h
@@ -55,6 +55,7 @@
#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds"
#define CONFIG_SPL_LIBCOMMON_SUPPORT
#define CONFIG_SPL_LIBGENERIC_SUPPORT
+#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_GPIO_SUPPORT
/* Memory sizes */