From mboxrd@z Thu Jan 1 00:00:00 1970 From: terry Date: Thu, 11 Nov 2010 23:06:01 +0800 Subject: [U-Boot] Hanging in kmalloc of nand_scan_tail() function In-Reply-To: 4AB309EC.5030605@gmail.com Message-ID: <1289487961.7837.20.camel@terry> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear everyone, I'm using u-boot-2010.09. After I download u-boot.bin to my boards(cpu is s3c2410),the output from serial shows that cpu has exception, the information list as following: U-Boot 2010.09 (Nov 11 2010 - 21:55:07) U-Boot code: 33F80000 -> 33FA0BDC BSS: -> 33FA45EC RAM Configuration: Bank #0: 30000000 64 MiB NAND: data abort pc : [<33f8fbb4>] lr : [<33f85f70>] sp : 33f07fac ip : 00000000 fp : 00000000 r10: 00001298 r9 : ffffff7f r8 : 33f4ffe0 r7 : 00000000 r6 : 33fa3b50 r5 : 33fa3c00 r4 : 33fa0274 r3 : 33f9ff54 r2 : 00000064 r1 : 00000001 r0 : cc33cc33 Flags: NzCv IRQs off FIQs off Mode SVC_32 Resetting CPU ... value of pc locate at function, value of lr locate at (/drivers/mtd/nand/nand_base.c). I have seen that someone had this problem before, have you resolved it? Can you give me some suggestions?