commit | 3f887414cc80334e08b1cdd5ecf8b3d190e41f17 | [log] [tgz] |
---|---|---|
author | Dmitry Korunov <dessel.k@gmail.com> | Sun Nov 26 13:38:53 2017 +0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 04 09:59:02 2017 -0500 |
tree | 201ab8bc2e428249504cd2d657895dabb393698f | |
parent | 1edaed0af5bffc58cd540632d49782e9f4c6d6bf [diff] [blame] |
add support for Raspberry Pi Zero W Signed-off-by: Dmitry Korunov <dessel.k@gmail.com>
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c499b45..cab8661 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h
@@ -76,7 +76,7 @@ #endif /* Console UART */ -#ifdef CONFIG_BCM2837 +#if defined (CONFIG_BCM2837) || defined(CONFIG_TARGET_RPI_0_W) #define CONFIG_BCM283X_MU_SERIAL #else #define CONFIG_PL01X_SERIAL