mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARMv8/ls2085a: Switch to passing earlycon to kernel
Since Linux v3.16-rc1 earlyprintk has been removed for arm64. Switch to using earlycon. Signed-off-by: Arnab Basu <arnab.basu@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
e32d59a2fa
commit
40e61f8e54
1 changed files with 4 additions and 4 deletions
|
@ -274,10 +274,10 @@
|
|||
"kernel_size=0x1000000\0" \
|
||||
"console=ttyAMA0,38400n8\0"
|
||||
|
||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||
"earlyprintk=uart8250-8bit,0x21c0600 " \
|
||||
"default_hugepagesz=2m hugepagesz=2m " \
|
||||
"hugepages=16"
|
||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||
"earlycon=uart8250,mmio,0x21c0600,115200 " \
|
||||
"default_hugepagesz=2m hugepagesz=2m " \
|
||||
"hugepages=16"
|
||||
#define CONFIG_BOOTCOMMAND "cp.b $kernel_start $kernel_load " \
|
||||
"$kernel_size && bootm $kernel_load"
|
||||
#define CONFIG_BOOTDELAY 1
|
||||
|
|
Loading…
Reference in a new issue