commit | 0cf7acc688706fc1cf14bbbb175e3c113733fd4f | [log] [tgz] |
---|---|---|
author | Martin Roth <martinroth@google.com> | Tue Apr 26 12:33:44 2016 -0600 |
committer | Martin Roth <martinroth@google.com> | Tue May 03 20:00:07 2016 +0200 |
tree | 7e5eb915ee893691db84d4b0872bda5a32cad671 | |
parent | 06a0b567ce207edcc87e5e4484ae6711c5eb1836 [diff] |
nvramcui: Cast u8 * values to char * to eliminate warnings error: pointer targets of 'strcmp' differ in signedness expected 'const char *' but argument is of type 'u8 * {aka unsigned char *}' Change-Id: Id5cbb6fc2efd7c57abc59b08416047e10461436f Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14521 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>