summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/arm/ixp425/boot2/ixp425_board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/arm/ixp425/boot2/ixp425_board.c b/sys/boot/arm/ixp425/boot2/ixp425_board.c
index 5c8d54c..50e317d 100644
--- a/sys/boot/arm/ixp425/boot2/ixp425_board.c
+++ b/sys/boot/arm/ixp425/boot2/ixp425_board.c
@@ -330,6 +330,7 @@ cfenable16(void)
val = *dskinf.cs1to;
*dskinf.cs1to = val &~ EXP_BYTE_EN;
+ DELAY(100);
#if 0
DPRINTF("%s: cs1 timing reg %x\n", *dskinf.cs1to, __func__);
#endif
@@ -340,6 +341,7 @@ cfdisable16(void)
{
u_int32_t val;
+ DELAY(100);
val = *dskinf.cs1to;
*dskinf.cs1to = val | EXP_BYTE_EN;
#if 0
OpenPOWER on IntegriCloud