public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] TRATS: modify the trats's configuration
@ 2012-03-28  6:05 Jaehoon Chung
  2012-04-02  2:02 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2012-03-28  6:05 UTC (permalink / raw)
  To: u-boot

Trats is supported 1GiB memory size.
(Each bank size is 512MB.)
And INITRD is unnecessary. So removed them.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 include/configs/trats.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/include/configs/trats.h b/include/configs/trats.h
index 10f11d9..674bc71 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -53,7 +53,6 @@
 
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_CMDLINE_TAG
-#define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 #define CONFIG_CMDLINE_EDITING
 #define CONFIG_SKIP_LOWLEVEL_INIT
@@ -174,9 +173,9 @@
 /* TRATS has 2 banks of DRAM */
 #define CONFIG_NR_DRAM_BANKS	2
 #define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* LDDDR2 DMC 0 */
-#define PHYS_SDRAM_1_SIZE	(256 << 20)		/* 256 MB in CS 0 */
+#define PHYS_SDRAM_1_SIZE	(512 << 20)		/* 512 MB in CS 0 */
 #define PHYS_SDRAM_2		0x50000000		/* LPDDR2 DMC 1 */
-#define PHYS_SDRAM_2_SIZE	(256 << 20)		/* 256 MB in CS 0 */
+#define PHYS_SDRAM_2_SIZE	(512 << 20)		/* 512 MB in CS 0 */
 
 #define CONFIG_SYS_MEM_TOP_HIDE		(1 << 20)	/* ram console */
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] TRATS: modify the trats's configuration
  2012-03-28  6:05 [U-Boot] [PATCH] TRATS: modify the trats's configuration Jaehoon Chung
@ 2012-04-02  2:02 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2012-04-02  2:02 UTC (permalink / raw)
  To: u-boot

Jaehoon,

On 28 March 2012 15:05, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Trats is supported 1GiB memory size.
> (Each bank size is 512MB.)
> And INITRD is unnecessary. So removed them.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> ?include/configs/trats.h | ? ?5 ++---
> ?1 files changed, 2 insertions(+), 3 deletions(-)
>

applied to u-boot-samsung

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-02  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28  6:05 [U-Boot] [PATCH] TRATS: modify the trats's configuration Jaehoon Chung
2012-04-02  2:02 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox