]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Specify early printk console in bootargs
authorMichal Simek <michal.simek@xilinx.com>
Mon, 21 Jul 2014 11:26:34 +0000 (13:26 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 22 Jul 2014 09:48:14 +0000 (11:48 +0200)
Specify kernel early printk in bootargs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 995c1f305a1a28238a7b9ff795de9b1fb13527a3..39e139e36c1fbac17f7f5c0f8ef62a6379f8eeda 100644 (file)
                "tftpboot 20000000 system.dtb && "      \
                "bootm 1000000 - 20000000\0"
 
-#define CONFIG_BOOTARGS                "console=ttyPS0"
+#define CONFIG_BOOTARGS                "console=ttyPS0,115200 earlyprintk=cdns,uart,0xFF000000"
 #define CONFIG_BOOTCOMMAND     "echo Hello Xilinx ZynqMP; run $modeboot"
 #define CONFIG_BOOTDELAY       5