samsung: tizen_rpi: fix wrong bootargs parameter
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 16 Sep 2019 11:33:02 +0000 (20:33 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000 (11:19 +0100)
It needs to add whitespace between vc_mem size and vc_mem base.

Change-Id: Iecc5885427d0678da4960f6f40e5368fd92a286d
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/samsung/tizen_rpi.h

index 38ae0c6..7920974 100644 (file)
@@ -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"