From 39405b8181ab09af6873503b09a1e4eb146fda7b Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Sat, 23 Jul 2005 22:54:52 +0000 Subject: [PATCH] --- yaml --- r: 11172 b: refs/heads/master c: 132940401174ed04f9e8f1ae2dad6f47da26ee0a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/au1000/pb1000/init.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bb53f8d639c7..7291e8dace56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 154b500b1981a8053a15cd8e749a955a9bb60006 +refs/heads/master: 132940401174ed04f9e8f1ae2dad6f47da26ee0a diff --git a/trunk/arch/mips/au1000/pb1000/init.c b/trunk/arch/mips/au1000/pb1000/init.c index 34713c5df0d7..e9fa1bab81f3 100644 --- a/trunk/arch/mips/au1000/pb1000/init.c +++ b/trunk/arch/mips/au1000/pb1000/init.c @@ -65,5 +65,4 @@ void __init prom_init(void) memsize = simple_strtol(memsize_str, NULL, 0); } add_memory_region(0, memsize, BOOT_MEM_RAM); - return 0; }