summaryrefslogtreecommitdiff
path: root/include/configs/rpi.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 14:05:53 +0300
committerTom Rini <trini@konsulko.com>2018-01-28 20:27:36 +0300
commitfa4875942a21555b0837efdb88c9c03c41e2e22f (patch)
tree644166e312a6c1f32e40c9523de2d74943214d16 /include/configs/rpi.h
parentcf2c7784bd73b77f3a4c423d59d38b47fa0504f1 (diff)
downloadu-boot-fa4875942a21555b0837efdb88c9c03c41e2e22f.tar.xz
bcm2835_mu_serial: Convert to Kconfig
Setting config options using headers is deprecated. This patch converts the BCM2835 Mini-UART to Kconfig. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r--include/configs/rpi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 5ffe98015f..f2d3646753 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -75,9 +75,6 @@
#define CONFIG_MISC_INIT_R
#endif
-/* Console UART, can be configured dynamically in config.txt */
-#define CONFIG_BCM283X_MU_SERIAL
-
/* Console configuration */
#define CONFIG_SYS_CBSIZE 1024