commit | ebd0d3d37431a052c9929fc742152abd520a1939 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Aug 20 20:43:00 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 11 21:39:06 2018 -0400 |
tree | 8f4e5ec3c486c5abaf05d57beb31f02573d237e4 | |
parent | 494b968a143fce79ba190f8df63a98305ca00d4a [diff] |
DM: serial: ti_omap3_common: Don't define serial unless !DM_SERIAL The serial port was being manually configured during SPL build, however in preparation to allow DM in SPL, this needs to change to be based on whether or not DM_SERIAL is enabled because, soon the assumption that SPL means no DM may not be accurate. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>