mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
b005838132
commit
fc19e36f74
@ -288,7 +288,7 @@ int dram_init(void)
|
|||||||
|
|
||||||
int checkboard(void)
|
int checkboard(void)
|
||||||
{
|
{
|
||||||
unsigned char s[50];
|
char s[50];
|
||||||
int i;
|
int i;
|
||||||
backup_t *b = (backup_t *) s;
|
backup_t *b = (backup_t *) s;
|
||||||
|
|
||||||
@ -337,7 +337,7 @@ int overwrite_console(void)
|
|||||||
************************************************************************/
|
************************************************************************/
|
||||||
void print_vcma9_info(void)
|
void print_vcma9_info(void)
|
||||||
{
|
{
|
||||||
unsigned char s[50];
|
char s[50];
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if ((i = getenv_r("serial#", s, 32)) < 0) {
|
if ((i = getenv_r("serial#", s, 32)) < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user