diff options
author | Christophe Leroy | 2018-11-21 08:51:51 +0000 |
---|---|---|
committer | Tom Rini | 2018-12-03 10:44:10 -0500 |
commit | a8b8645fa9606c8e4a57389e500a235816646397 (patch) | |
tree | e5498a260f81e9fa8a9b6cda467d0057fd8ef8f9 /configs/MCR3000_defconfig | |
parent | bdfa11ebcf2c4bbf60acceb15835a069bf8cf051 (diff) |
board: MCR3000: migrate to DM_SERIAL
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'configs/MCR3000_defconfig')
-rw-r--r-- | configs/MCR3000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig index 2e79425bdbc..33c6073648d 100644 --- a/configs/MCR3000_defconfig +++ b/configs/MCR3000_defconfig @@ -79,3 +79,4 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="mcr3000" CONFIG_WDT=y CONFIG_WDT_MPC8xx=y +CONFIG_DM_SERIAL=y |