commit | f039ec51f9f13c356e19f46df7d4288a463c50e2 | [log] [tgz] |
---|---|---|
author | Patrik Ryd <patrik.ryd@linaro.org> | Fri Dec 09 13:25:56 2011 +0100 |
committer | Amit Pundir <amit.pundir@linaro.org> | Thu Jul 25 15:26:23 2013 +0530 |
tree | 084297c67075f198eaa66ec39a88fbf14f759bcf | |
parent | 57724c5ce200a939cb43518523a092a0175de895 [diff] |
core: Increase the size of variable for the uevent.<hardware>.rc file name. The size of hardware is 32 bytes and the tmp variable should fit 'uevent.' and '.rc' as well. In some cases like for the ST-Ericsson Snowball the 32 bytes were not enouth. hardware = "st-ericssonsnowballplatform" Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>