summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-08-16 08:06:18 +0300
committerPotin Lai <potin.lai@quantatw.com>2022-08-16 16:50:50 +0300
commit0022ffe428cf39a810831b3fadf87b4c4035ebd0 (patch)
treef98605a77b9086fb65f3e70a4b1f6127b53f8d9e /meta-facebook
parentd418bed49ebf43f0c51ca9e1a5783fb924072205 (diff)
downloadopenbmc-0022ffe428cf39a810831b3fadf87b4c4035ebd0.tar.xz
meta-bletchley: bsp: set vmalloc to 512M
The vmalloc not automatic assigned correctly With 2048MB memory. Manual append `vmalloc=512M` in bootargs to avoid boot issue of vmap allocation failed. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I11d3c8babb533ac94e81017da19feadeda45f1e2
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg b/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg
index cd6f2db3fc..c958aa2014 100644
--- a/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg
+++ b/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg
@@ -1,3 +1,3 @@
CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw"
+CONFIG_BOOTARGS="console=ttyS4,57600n8 root=/dev/ram rw vmalloc=512M"
CONFIG_BAUDRATE=57600