diff options
author | Prabhakar Kushwaha <prabhakar@freescale.com> | 2015-08-02 09:11:44 +0530 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-09-01 21:38:11 -0500 |
commit | 56cd0760454a00b59070430592b63d1faba7a034 (patch) | |
tree | 7ae7451d8fdce8133db739fab31b26e9bf74d5f5 /include/configs/ls2085ardb.h | |
parent | 2ed948f466b2715a82c25ca25f5839c9bbaea6e3 (diff) | |
download | u-boot-imx-56cd0760454a00b59070430592b63d1faba7a034.zip u-boot-imx-56cd0760454a00b59070430592b63d1faba7a034.tar.gz u-boot-imx-56cd0760454a00b59070430592b63d1faba7a034.tar.bz2 |
armv8: ls2085a: Update bootargs as per default target console
LS2085 targets supports following UART console
LS2085AQDS UART0
LS2085ARDB UART1
LS2085ASim UART0
LS2085AEmu UART0
So update the bootargs as per the default console present at the target
Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085ardb.h')
-rw-r--r-- | include/configs/ls2085ardb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h index aee1216..a190bc7 100644 --- a/include/configs/ls2085ardb.h +++ b/include/configs/ls2085ardb.h @@ -321,6 +321,12 @@ unsigned long get_board_sys_clk(void); "kernel_load=0xa0000000\0" \ "kernel_size=0x2800000\0" +#undef CONFIG_BOOTARGS +#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \ + "earlycon=uart8250,mmio,0x21c0600,115200 " \ + "ramdisk_size=0x2000000 default_hugepagesz=2m" \ + " hugepagesz=2m hugepages=16" + /* MAC/PHY configuration */ #ifdef CONFIG_FSL_MC_ENET #define CONFIG_PHYLIB_10G |