From: Jaehoon Chung Date: Mon, 16 Sep 2019 11:33:02 +0000 (+0900) Subject: samsung: tizen_rpi: fix wrong bootargs parameter X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ef3f3a10c5a3df18d174ff09151e816c64b26f;p=platform%2Fkernel%2Fu-boot.git samsung: tizen_rpi: fix wrong bootargs parameter It needs to add whitespace between vc_mem size and vc_mem base. Change-Id: Iecc5885427d0678da4960f6f40e5368fd92a286d Signed-off-by: Jaehoon Chung --- diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 38ae0c6..7920974 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -78,7 +78,7 @@ "tfm=setenv bootmode download; run bootcmd\0" \ "tizen_bootarg=" \ "8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 " \ - "bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000" \ + "bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 " \ "vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0\0" \ "opts=loglevel=4\0"