diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-05-09 02:24:16 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-05-09 02:24:16 +0200 |
commit | 3624802b8f1e84e7195ec2eebcb5b5dd79284441 (patch) | |
tree | d0b0fce84bc98c152b2115136692458f99ff60ce /include | |
parent | 90f84a31dbd334e3264f4573c65f23db469571b0 (diff) |
apalis_t30: adjust available amount of memory
Forgot to actually adjust the amount of available memory in the
previous commit. Wouldn't it be nice to actually be able to use the
full 2GB?
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/apalis_t30.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 88b89c7508a..af63511de8a 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -30,7 +30,7 @@ #define CONFIG_APALIS_T30 /* Toradex Apalis T30 module */ /* High-level configuration options */ -#define TEGRA3_SYSMEM "mem=1023M@2048M vmalloc=128M" +#define TEGRA3_SYSMEM "mem=2036M@2048M vmalloc=256M" #define V_PROMPT "Tegra3 # " #include "tegra3-common.h" @@ -109,7 +109,7 @@ #define CONFIG_LOADADDR 0x80408000 #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_STD_DEVICES_SETTINGS \ - "defargs=video=tegrafb vmalloc=128M mem=1023M@2048M core_edp_mv=1300 tegra_fbmem=3072K@0xBFE00000 usb_high_speed=1\0" \ + "defargs=video=tegrafb vmalloc=256M mem=2036M@2048M core_edp_mv=1300 fbmem=12M@4084M usb_high_speed=1\0" \ "emmcboot=" EMMC_BOOTCMD "\0" \ "mmcargs=ip=off root=/dev/mmcblk0p1 rw,noatime rootfstype=ext3 rootwait\0" \ "mmc_kernel_size=0x4000\0" \ |