commit | a1f79c2170ba425972d626cc6351bcdef2ca9d08 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 08 01:43:47 2020 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 22 17:43:31 2020 +0200 |
tree | b4a765521704ba60d4cd3011f53e25aa84feabbc | |
parent | f7ac30b042dc9c9383e102fb54431c664c281d0d [diff] |
arm: wandboard: move CONFIG_MXC_UART to defconfig For using a debug UART on the Wandboard CONFIG_MXC_UART=y must be set in the .config file. To avoid duplicate definitions move the setting from include/configs/wandboard.h to configs/wandboard_defconfig. Document the debug UART settings in the README. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>