mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
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>
This commit is contained in:
parent
2f7d70082c
commit
9e71bb9ca2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue