]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv8: ls2080a: Increase default hugepage count
authorAshish Kumar <Ashish.Kumar@freescale.com>
Thu, 14 Jan 2016 12:42:29 +0000 (18:12 +0530)
committerYork Sun <york.sun@nxp.com>
Wed, 24 Feb 2016 16:40:55 +0000 (08:40 -0800)
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>
include/configs/ls2080a_common.h
include/configs/ls2080ardb.h

index def0a6f3f09c1fa29d34dff93d4aa94aa92f80e0..31c6e85b6c0cf32a9617227176244a8eb466abf1 100644 (file)
@@ -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
index 116dbcde5b7921fff5712707123e99c0dba10b94..356d25415913e855615ff48290c353b4dfd09870 100644 (file)
@@ -333,7 +333,7 @@ unsigned long get_board_sys_clk(void);
 #define CONFIG_BOOTARGS                "console=ttyS1,115200 root=/dev/ram0 " \
                                "earlycon=uart8250,mmio,0x21c0600" \
                                "ramdisk_size=0x2000000 default_hugepagesz=2m" \
-                               " hugepagesz=2m hugepages=16"
+                               " hugepagesz=2m hugepages=256"
 
 /* MAC/PHY configuration */
 #ifdef CONFIG_FSL_MC_ENET