Skip to content
Snippets Groups Projects
Commit d8acbb50 authored by GitBot's avatar GitBot
Browse files

Integrate gfxml2dto/santvend-board-rev

--

Commit: seco-ne/tools/gfxml2dto@f4588ff5



santvend: add an alternative way to get board rev

In case if gfplatdetect is not available in the system, extract a board
revision from /proc/cpuinfo.

Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>

--

Commit: seco-ne/tools/gfxml2dto@272c1379



platform: fix read_from_file function

According to the description of "read_from_file", the function should
return a line from file when this line starts with 'match' string,
provided as an argument. But the current implementation does not follow
this description - it compares a full line (not only beginning) with the
'match' string. As a result, a desired result (line) will be returned by
the function only if a line is equal to the 'match' string.

To make the function work according to the description, replace strcmp
with strncmp.

Also remove tabulation from eol symbols to return a full line.

Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
parent ed864686
No related branches found
No related tags found
Loading
Pipeline #54785 passed with stages
in 1 minute and 4 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment