diff options
author | Alexander Graf <agraf@suse.de> | 2018-01-25 12:05:51 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:35 -0500 |
commit | d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c (patch) | |
tree | d37538f8b63bc870fa67d7857fcff6ae890b4fe4 /include/configs/vexpress_aemv8a.h | |
parent | 884f901368c153c28778f8e13fbf206fe2b6884f (diff) | |
download | u-boot-d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c.tar.gz |
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/vexpress_aemv8a.h')
-rw-r--r-- | include/configs/vexpress_aemv8a.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 6203e14135..f18e2ee068 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -111,7 +111,6 @@ /* PL011 Serial Configuration */ #define CONFIG_CONS_INDEX 0 #define CONFIG_PL01X_SERIAL -#define CONFIG_PL011_SERIAL #ifdef CONFIG_TARGET_VEXPRESS64_JUNO #define CONFIG_PL011_CLOCK 7273800 #else |