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:
parent
6e523a20ca
commit
d058ad1b4a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue