summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080a_common.h
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@freescale.com>2016-01-14 18:12:29 +0530
committerYork Sun <york.sun@nxp.com>2016-02-24 08:40:55 -0800
commit9e71bb9ca232038e8cdc1090cf218871afb6904a (patch)
treef0a2caae0a42489dc42acf1ed02cdd44bacd1b02 /include/configs/ls2080a_common.h
parent2f7d70082c55c0560da5a95c68dabb15abbeca5a (diff)
downloadblackbird-obmc-uboot-9e71bb9ca232038e8cdc1090cf218871afb6904a.tar.gz
blackbird-obmc-uboot-9e71bb9ca232038e8cdc1090cf218871afb6904a.zip
armv8: ls2080a: Increase default hugepage count
Increase default hugepage count to 256 from 16 Signed-off-by: Ashish Kumar <Ashish.Kumar@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r--include/configs/ls2080a_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index def0a6f3f0..31c6e85b6c 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -269,7 +269,7 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
"earlycon=uart8250,mmio,0x21c0500" \
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
- " hugepagesz=2m hugepages=16"
+ " hugepagesz=2m hugepages=256"
#define CONFIG_BOOTCOMMAND "cp.b $kernel_start $kernel_load " \
"$kernel_size && bootm $kernel_load"
#define CONFIG_BOOTDELAY 10
OpenPOWER on IntegriCloud