From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Thu, 08 Sep 2011 00:13:30 +0200 Subject: [U-Boot] board locked after pull Message-ID: <4E67EC8A.8030303@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, i pulled from origin to realign to last changes, before this i had the repo pulled at 5 of august. After pulling my mcf5307 based board boot lock here: arch/m68k/lib/board.c, line 460 /* The Malloc area is immediately below the monitor copy in DRAM */ mem_malloc_init (CONFIG_SYS_MONITOR_BASE + gd->reloc_off - TOTAL_MALLOC_LEN, TOTAL_MALLOC_LEN); It locks inside mem_alloc_init(), but seems some strange issue of memory alignment since if i add some printf (more than 4 lines) the boot process then work. Every help is appreciated, regards, angelo