From ac7d97dcbb499c96c8182757f301dd2e09c9f49d Mon Sep 17 00:00:00 2001
From: =?utf8?q?Markus=20Klotzb=FCcher?= <Markus Klotzbümk@pollux.denx.de>
Date: Mon, 6 Mar 2006 18:47:44 +0100
Subject: [PATCH] Turned on SDRAM scrubbing.

---
 include/configs/delta.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/delta.h b/include/configs/delta.h
index 2a0a8fd5ee..8c848c35be 100644
--- a/include/configs/delta.h
+++ b/include/configs/delta.h
@@ -157,7 +157,7 @@
 #define CFG_DRAM_BASE		0xa0000000 /* at CS0 */
 #define CFG_DRAM_SIZE		0x04000000 /* 64 MB Ram */
 
-#define CFG_SKIP_DRAM_SCRUB	1
+#undef CFG_SKIP_DRAM_SCRUB
 
 /*
  * NAND Flash
-- 
2.39.5