summaryrefslogtreecommitdiff
path: root/include/configs/hikey.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 12:05:52 +0100
committerTom Rini <trini@konsulko.com>2018-01-28 12:27:35 -0500
commitcf2c7784bd73b77f3a4c423d59d38b47fa0504f1 (patch)
tree9228f2648f0f920ab2dd4e4d464319f1572bb55a /include/configs/hikey.h
parentd10fc50f78ebae7c7f52469eced7c0d6d8a89f8c (diff)
pl01x: Convert CONFIG_PL01X_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 pl01x. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/hikey.h')
-rw-r--r--include/configs/hikey.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h
index 130c7694bf..8679b6b14f 100644
--- a/include/configs/hikey.h
+++ b/include/configs/hikey.h
@@ -50,9 +50,6 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)
-/* Serial port PL010/PL011 through the device model */
-#define CONFIG_PL01X_SERIAL
-
#ifdef CONFIG_CMD_USB
#define CONFIG_USB_DWC2_REG_ADDR 0xF72C0000
/*#define CONFIG_DWC2_DFLT_SPEED_FULL*/