Module Name:    src
Committed By:   matt
Date:           Tue Jun 10 20:17:33 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos5_reg.h

Log Message:
Fix SDRAM base


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos5_reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos5_reg.h
diff -u src/sys/arch/arm/samsung/exynos5_reg.h:1.8 src/sys/arch/arm/samsung/exynos5_reg.h:1.9
--- src/sys/arch/arm/samsung/exynos5_reg.h:1.8	Tue Jun 10 17:09:42 2014
+++ src/sys/arch/arm/samsung/exynos5_reg.h	Tue Jun 10 20:17:33 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: exynos5_reg.h,v 1.8 2014/06/10 17:09:42 matt Exp $	*/
+/*	$NetBSD: exynos5_reg.h,v 1.9 2014/06/10 20:17:33 matt Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -48,12 +48,12 @@
  * 0x06000000	0x06020000	128 KB	SROMC's Bank 2
  * 0x07000000	0x07020000	128 KB	SROMC's Bank 3
  * 0x10000000	0x1FFFFFFF		SFR region
- * 0x20000000	0xFFFFFFFF		DRAM
+ * 0x40000000	0xFFFFFFFF		DRAM
 */
 
 /* CORE */
 #define EXYNOS5_CORE_SIZE			0x0f000000
-#define EXYNOS5_SDRAM_PBASE			0x20000000
+#define EXYNOS5_SDRAM_PBASE			0x40000000
 
 #define EXYNOS5_CMU_COREPART_OFFSET		0x00010000
 #define EXYNOS5_CMU_TOPPART_OFFSET		0x00020000

Reply via email to