mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ratp: select CMDLINE_EDITING
@ 2018-09-24 11:45 Clément Leger
  2018-09-26  6:48 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Leger @ 2018-09-24 11:45 UTC (permalink / raw)
  To: Barebox List

ratp seems to send special characters which are not handle correctly
without CDMLINE_EDITING. Without this config, commands run via ratp will
have an erratic behavior and/or incorrect output.
---
 common/ratp/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig
index 93ff75d64..07d1f53da 100644
--- a/common/ratp/Kconfig
+++ b/common/ratp/Kconfig
@@ -4,6 +4,7 @@ config CONSOLE_RATP
 	select RATP
 	select CRC16
 	select POLLER
+	select CMDLINE_EDITING
 	depends on CONSOLE_FULL
 	prompt "RATP console support"
 	help
-- 
2.15.0.276.g89ea799


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-26  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24 11:45 [PATCH] ratp: select CMDLINE_EDITING Clément Leger
2018-09-26  6:48 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox