summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatsunaga Kinoshita <katsu@katsu-ubuntu.(none)>2012-06-28 15:05:02 +0900
committerJustin Waters <justin.waters@timesys.com>2012-07-03 17:15:28 -0400
commit7b4dac27a6a0566666aeaed8009c9d9d7a9511e6 (patch)
treefd3e0cc8fdfd0718f231377b3dd9470d5ad4baf5
parentc80ef498ddf16d52cd3bf3ece8812f9d429d8ac0 (diff)
fix: On kernel command line Memory size 1.5G => 128M
-rw-r--r--arch/arm/configs/twrvf600_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/twrvf600_defconfig b/arch/arm/configs/twrvf600_defconfig
index bedf589e0fbe..c71c6e3fe32a 100644
--- a/arch/arm/configs/twrvf600_defconfig
+++ b/arch/arm/configs/twrvf600_defconfig
@@ -382,7 +382,7 @@ CONFIG_ALIGNMENT_TRAP=y
# CONFIG_USE_OF is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="noinitrd console=ttymvf1,115200n8 mem=1536M ip=bootp root=/dev/nfs"
+CONFIG_CMDLINE="noinitrd console=ttymvf1,115200n8 mem=128M ip=bootp root=/dev/nfs"
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set