summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2016-02-19 19:19:42 +0200
committerTom Rini <trini@konsulko.com>2016-02-24 18:44:05 -0500
commit7ef77c029a15ce94a9179d371dee16e04bf7a84e (patch)
treecaf11b9b12ad98c349b8acd9bb0ca218dc290468 /configs
parent034a8196603f87b40537c078713236b092fd3dec (diff)
downloadtalos-obmc-uboot-7ef77c029a15ce94a9179d371dee16e04bf7a84e.tar.gz
talos-obmc-uboot-7ef77c029a15ce94a9179d371dee16e04bf7a84e.zip
arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file
Move CONFIG_DM_SERIAL to cm_t43_defconfig. This forces us to update the CONFIG_SYS_NS16550_REG_SIZE value for SPL. Cc: Tom Rini <trini@konsulko.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/cm_t43_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_t43_defconfig b/configs/cm_t43_defconfig
index 6044ae94c2..98e21cfa82 100644
--- a/configs/cm_t43_defconfig
+++ b/configs/cm_t43_defconfig
@@ -10,3 +10,4 @@ CONFIG_CMD_GPIO=y
# CONFIG_CMD_NFS is not set
CONFIG_DM=y
CONFIG_SYS_NS16550=y
+CONFIG_DM_SERIAL=y
OpenPOWER on IntegriCloud