Signed-off-by: Krzysztof HaÅasa <khc@xxxxxxxxx> diff --git a/common/startup.c b/common/startup.c index e8c0e7a..be70245 100644 --- a/common/startup.c +++ b/common/startup.c @@ -56,7 +56,7 @@ static void display_meminfo(void) printf("Malloc space: 0x%08lx -> 0x%08lx (size %s)\n", mstart, mend, size_human_readable(msize)); #ifdef CONFIG_ARM - printf("Stack space : 0x%08lx -> 0x%08lx (size %s)\n", + printf("Stack space : 0x%08x -> 0x%08x (size %s)\n", STACK_BASE, STACK_BASE + STACK_SIZE, size_human_readable(STACK_SIZE)); #endif diff --git a/lib/readline.c b/lib/readline.c index b90de77..a3e1de9 100644 --- a/lib/readline.c +++ b/lib/readline.c @@ -140,7 +140,7 @@ static char* hist_next(void) static void cread_add_char(char ichar, int insert, unsigned long *num, unsigned long *eol_num, char *buf, unsigned long len) { - unsigned long wlen; + unsigned wlen; /* room ??? */ if (insert || *num == *eol_num) { @@ -177,7 +177,7 @@ int readline(const char *prompt, char *buf, int len) unsigned long num = 0; unsigned long eol_num = 0; unsigned long rlen; - unsigned long wlen; + unsigned wlen; int ichar; int insert = 1; int rc = 0; _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox