aboutsummaryrefslogtreecommitdiff
path: root/include/configs/spear-common.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 12:05:51 +0100
committerTom Rini <trini@konsulko.com>2018-01-28 12:27:35 -0500
commitd10fc50f78ebae7c7f52469eced7c0d6d8a89f8c (patch)
treed37538f8b63bc870fa67d7857fcff6ae890b4fe4 /include/configs/spear-common.h
parent884f901368c153c28778f8e13fbf206fe2b6884f (diff)
downloadu-boot-d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c.zip
u-boot-d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c.tar.gz
u-boot-d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c.tar.bz2
pl011: Convert CONFIG_PL011_SERIAL to Kconfig
We want to use Kconfig logic to depend on whether pl01x devices are built in, so let's convert their inclusion selection to Kconfig. This round goes to pl011. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r--include/configs/spear-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h
index 349232e..c123e44 100644
--- a/include/configs/spear-common.h
+++ b/include/configs/spear-common.h
@@ -76,7 +76,6 @@
* Serial Configuration (PL011)
* CONFIG_PL01x_PORTS is defined in specific files
*/
-#define CONFIG_PL011_SERIAL
#define CONFIG_PL011_CLOCK (48 * 1000 * 1000)
#define CONFIG_CONS_INDEX 0
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, \