From 59687d19cb756cfebae147dfd0d06e70faa59416 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 16 Sep 2019 20:33:02 +0900 Subject: [PATCH] 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 --- include/samsung/tizen_rpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 3dfb3f4..71b873e 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" -- 2.7.4