From 7cf221db7c4483458c39b4e7f030f7f584b1ae9e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 8 Jun 2015 14:26:49 +0200 Subject: loadb: use console_get_baudrate No need to fiddle with device parameters anymore. Signed-off-by: Sascha Hauer --- commands/loadb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/loadb.c b/commands/loadb.c index 66934c4da2..8294f39c13 100644 --- a/commands/loadb.c +++ b/commands/loadb.c @@ -635,7 +635,7 @@ static int do_load_serial_bin(int argc, char *argv[]) printf("%s:No console device with STDIN and STDOUT\n", argv[0]); return -ENODEV; } - current_baudrate = (int)simple_strtoul(dev_get_param(&cdev->class_dev, "baudrate"), NULL, 10); + current_baudrate = console_get_baudrate(cdev); /* Load Defaults */ if (load_baudrate == 0) -- cgit v1.2.3