summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_common.h
diff options
context:
space:
mode:
authorArnab Basu <arnab.basu@freescale.com>2015-01-06 13:18:56 -0800
committerYork Sun <yorksun@freescale.com>2015-02-24 13:09:52 -0800
commit40e61f8e54f8262a6e85c127c5d9dc240253382a (patch)
tree82a0675db7e5fc3ef0401bf775b19bcd80b4a208 /include/configs/ls2085a_common.h
parente32d59a2fa6446b64167bba31c0dd40eb023e8bb (diff)
downloadtalos-obmc-uboot-40e61f8e54f8262a6e85c127c5d9dc240253382a.tar.gz
talos-obmc-uboot-40e61f8e54f8262a6e85c127c5d9dc240253382a.zip
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>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r--include/configs/ls2085a_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 387f904705..7e8d944dff 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -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
OpenPOWER on IntegriCloud