diff options
author | Katsunaga Kinoshita <katsu@katsu-ubuntu.(none)> | 2012-06-29 12:42:56 +0900 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-07-03 17:15:30 -0400 |
commit | 6f09f2ffe5a9cdac5f3dd00682437063785ff8e0 (patch) | |
tree | 0d3354ccd5dec0174697c2dc6aa1e17bdb9763f5 | |
parent | 6eb8f818d43481c2bd7e7e6e2b85d6b5514ae5cd (diff) |
Fix: defconfig memory size
-rw-r--r-- | arch/arm/configs/twrvf600_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/twrvf600_defconfig b/arch/arm/configs/twrvf600_defconfig index 99ecb2f7a3d7..3e941a9713c7 100644 --- a/arch/arm/configs/twrvf600_defconfig +++ b/arch/arm/configs/twrvf600_defconfig @@ -390,7 +390,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 |