]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Remove earlyconX helper variables
authorMichal Simek <michal.simek@xilinx.com>
Tue, 16 Feb 2016 08:56:01 +0000 (09:56 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 17 Feb 2016 09:01:43 +0000 (10:01 +0100)
There is no need to specify earlycon for certain because only earlycon
can be add to bootargs. Linux kernel read information about console from
stdout-path property.

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

index 26b2a4a55c80aba4e7a96b3babb2d04cfa078e6e..b41d9d833c24cd47d8b879bc0cdf8aea90e162b0 100644 (file)
        "nfsroot=setenv bootargs $bootargs root=/dev/nfs nfsroot=$serverip:/mnt/sata,tcp ip=$ipaddr:$serverip:$serverip:255.255.255.0:zynqmp:eth0:off rw\0" \
        "sdroot=setenv bootargs $bootargs root=/dev/mmcblk0p2 rw rootwait\0" \
        "sdroot1=setenv bootargs $bootargs root=/dev/mmcblk1p2 rw rootwait\0" \
-       "earlycon0=setenv bootargs $bootargs earlycon=cdns,mmio,0xff000000,115200n8\0" \
-       "earlycon1=setenv bootargs $bootargs earlycon=cdns,mmio,0xff001000,115200n8\0" \
        "android=setenv bootargs $bootargs init=/init androidboot.selinux=disabled androidboot.hardware=$board\0" \
        "android_debug=run android && setenv bootargs $bootargs video=DP-1:1024x768@60 drm.debug=0xf\0" \
        "usbhostboot=usb start && load usb 0 $fdt_addr system.dtb && " \