One of my boards needs this mini delay in order to survive ram initialization.

Odd. The others don't.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5742 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-08-26 12:43:58 +00:00 committed by Stefan Reinauer
parent 6e523a20ca
commit d058ad1b4a
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ static __attribute__((noinline)) void do_ram_command(u32 command)
MCHBAR32(DCC) = reg32; /* This is the actual magic */
PRINTK_DEBUG("...done\n");
udelay(1);
}
static void ram_read32(u32 offset)