summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <[email protected]>2011-10-31 13:16:02 +0900
committerNobuhiro Iwamatsu <[email protected]>2011-12-02 13:46:21 +0900
commit3ed81645874413d31c5012cb958abd3bc5008b0c (patch)
tree6cb9c8d57c9459bfc7f53e94f571059df3b2e93f /include
parentcb4046c592b7e1a0b3412bea8de21ec16a5e9e95 (diff)
sh: Add a flag which controls the DDR ECC mode of sh7757lcr
When DDR-ECC is effective, the physical memory which can be used reduces this boardby half. However, this mode can chenge to disable. When it was disabled, user can use 512 MB of physical memory. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> CC: "Yoshihiro Shimoda" <[email protected]> Acked-by: "Yoshihiro Shimoda" <[email protected]> Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sh7757lcr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h
index fe11a17c1ad..c1f9ce8a227 100644
--- a/include/configs/sh7757lcr.h
+++ b/include/configs/sh7757lcr.h
@@ -31,6 +31,7 @@
#define CONFIG_SH_32BIT 1
#define CONFIG_CPU_SH7757 1
#define CONFIG_SH7757LCR 1
+#define CONFIG_SH7757LCR_DDR_ECC 1
#define CONFIG_SYS_TEXT_BASE 0x8ef80000
#define CONFIG_SYS_LDSCRIPT "board/renesas/sh7757lcr/u-boot.lds"