Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: include/configs/chromeos/qrdc/common.h

Issue 3530009: MSM8x60: Update params passed to kernel for qrdc (Closed) Base URL: http://git.chromium.org/git/u-boot.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/qrdc/common.h
diff --git a/include/configs/chromeos/qrdc/common.h b/include/configs/chromeos/qrdc/common.h
index bf85dcbd886aa8322f560910798721e40247951f..d1298a68bf98809361285b2c8b7fe843924e6a3f 100755
--- a/include/configs/chromeos/qrdc/common.h
+++ b/include/configs/chromeos/qrdc/common.h
@@ -129,7 +129,7 @@
#define CONFIG_BOOTDELAY 0
-#define CONFIG_BOOTARGS "console=tty0 root=/dev/mmcblk1p3 rootwait init=/sbin/init pmem_kernel_ebi1_size=32M"
+#define CONFIG_BOOTARGS "console=tty0 root=/dev/mmcblk1p3 rootwait init=/sbin/init pmem_kernel_ebi1_size=96M"
#define CONFIG_BOOTCOMMAND \
"if mmcinfo 1; then " \
@@ -174,11 +174,11 @@
#endif
/*
- * SDRAM: Memory available for kernel: 510MB.
+ * SDRAM: Memory available for kernel: 1022MB.
*/
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM_1 0x40200000
-#define PHYS_SDRAM_1_SIZE 0x1FE00000 /* 510MB */
+#define PHYS_SDRAM_1_SIZE 0x3FE00000 /* 1022MB */
#define CONFIG_ARM_DCC
#define CONFIG_ARM_DCC_MULTI
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698