Re: [U-Boot] [PATCH] serial, kconfig: fix menutext

2017-06-20 Thread Stefan Roese
On 21.06.2017 06:23, Heiko Schocher wrote: fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL. Both have the same text as DM_SERIAL, which is confusing. Signed-off-by: Heiko Schocher Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot ma

[U-Boot] [PATCH] serial, kconfig: fix menutext

2017-06-20 Thread Heiko Schocher
fix menutext for the options SPL_DM_SERIAL and TPL_DM_SERIAL. Both have the same text as DM_SERIAL, which is confusing. Signed-off-by: Heiko Schocher --- drivers/serial/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfi