diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-19 21:48:12 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-21 21:50:17 -0500 |
commit | c7b9686d5d482c8e952598841ea467e6ec0ec0de (patch) | |
tree | a0f8c9b0243f887c8f65f769c13ecada6bf280cc /include/configs/ti_am335x_common.h | |
parent | 1874626b2b7f7d44187e72c8e285dd348285743d (diff) | |
download | u-boot-c7b9686d5d482c8e952598841ea467e6ec0ec0de.tar.gz |
ns16550: unify serial_omap
Unify serial_omap, and use the generic binding.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ti_am335x_common.h')
-rw-r--r-- | include/configs/ti_am335x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 9697431b44..32348ab520 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -20,7 +20,7 @@ #define CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC #ifndef CONFIG_SPL_BUILD -# define CONFIG_OMAP_SERIAL +# define CONFIG_NS16550_SERIAL #endif #include <asm/arch/omap.h> |