diff options
author | Dmitry Korunov <dessel.k@gmail.com> | 2017-11-26 13:38:53 +0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-04 09:59:02 -0500 |
commit | 8993056fb3d4af4f0cd078df20130d4e7c35c2f7 (patch) | |
tree | 201ab8bc2e428249504cd2d657895dabb393698f /include | |
parent | 0aac10f2f9e59bb0e717de25a2e717f3d387ea60 (diff) | |
download | u-boot-8993056fb3d4af4f0cd078df20130d4e7c35c2f7.tar.gz u-boot-8993056fb3d4af4f0cd078df20130d4e7c35c2f7.tar.xz u-boot-8993056fb3d4af4f0cd078df20130d4e7c35c2f7.zip |
add support for Raspberry Pi Zero W
Signed-off-by: Dmitry Korunov <dessel.k@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c499b45b32..cab8661779 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 |