diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2022-06-13 18:26:05 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-10-28 20:28:37 +0900 |
commit | 507cc0c3c55a0aef7d7317fc93b36e2330f5fac6 (patch) | |
tree | b2031418e103e21ce064ae8c6b6b2be9501a8f8f /include | |
parent | 0e55812fd8398a2443eac2a472db2d012b3fc41b (diff) | |
download | u-boot-507cc0c3c55a0aef7d7317fc93b36e2330f5fac6.tar.gz u-boot-507cc0c3c55a0aef7d7317fc93b36e2330f5fac6.tar.bz2 u-boot-507cc0c3c55a0aef7d7317fc93b36e2330f5fac6.zip |
tizen: rpi: add a partition_ab bootargs
Add a partition_ab bootargs and set to "a" by default.
Change-Id: Ief593f3b35efdda1170f2c35403a340f93dbfaf9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_rpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index bdcfc5d037..a930fd1c71 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -99,7 +99,7 @@ TIZEN_VC_MEM \ "8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 " \ "bcm2709.uart_clock=48000000 dwc_otg.lpm_enable=0\0" \ - "opts=loglevel=4\0" \ + "opts=loglevel=4 partition_ab=a\0" \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ "dfu_device=" __stringify(CONFIG_MMC_DEFAULT_DEV) "\0" \ |