TRATS: modify the trats's configuration
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> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
		
							parent
							
								
									4d86bf0860
								
							
						
					
					
						commit
						e687c5a8be
					
				| 
						 | 
					@ -53,7 +53,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SETUP_MEMORY_TAGS
 | 
					#define CONFIG_SETUP_MEMORY_TAGS
 | 
				
			||||||
#define CONFIG_CMDLINE_TAG
 | 
					#define CONFIG_CMDLINE_TAG
 | 
				
			||||||
#define CONFIG_INITRD_TAG
 | 
					 | 
				
			||||||
#define CONFIG_REVISION_TAG
 | 
					#define CONFIG_REVISION_TAG
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING
 | 
					#define CONFIG_CMDLINE_EDITING
 | 
				
			||||||
#define CONFIG_SKIP_LOWLEVEL_INIT
 | 
					#define CONFIG_SKIP_LOWLEVEL_INIT
 | 
				
			||||||
| 
						 | 
					@ -174,9 +173,9 @@
 | 
				
			||||||
/* TRATS has 2 banks of DRAM */
 | 
					/* TRATS has 2 banks of DRAM */
 | 
				
			||||||
#define CONFIG_NR_DRAM_BANKS	2
 | 
					#define CONFIG_NR_DRAM_BANKS	2
 | 
				
			||||||
#define PHYS_SDRAM_1		CONFIG_SYS_SDRAM_BASE	/* LDDDR2 DMC 0 */
 | 
					#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		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 */
 | 
					#define CONFIG_SYS_MEM_TOP_HIDE		(1 << 20)	/* ram console */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue