Tom Rini 229695fee9 fw_env.c: Switch get_config to use '%ms' in sscanf
We currently limit ourself to 16 characters for the device name to read
the environment from.  This is insufficient for /dev/mmcblk0boot1 to
work for example.  Switch to '%ms' which gives us a dynamically
allocated buffer instead.  We're short lived enough to not bother
free()ing the buffer.

Signed-off-by: Tom Rini <trini@ti.com>
2014-04-17 14:39:54 -04:00
..
2014-02-19 11:07:49 -05:00
2009-11-24 23:43:18 +01:00
2014-03-12 17:04:57 -04:00
2014-02-19 11:07:49 -05:00
2009-04-28 01:16:46 +02:00