aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-bsp
diff options
context:
space:
mode:
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>2018-01-22 18:15:42 +0300
committerVladimir Barinov <vladimir.barinov@cogentembedded.com>2018-01-22 18:15:42 +0300
commit749a1c76a9cc31af7a16a8792ef1334dfd798d0b (patch)
treeffa5d2480826f90306b3ba47ab99514806b1c8aa /meta-rcar-gen3-adas/recipes-bsp
parent9c691a78197540d58df9db7af3cd9e1af3af0a7b (diff)
V3MSK: minor naming fixes
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-bsp')
-rw-r--r--meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0017-board-renesas-Add-V3MSK-board.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0017-board-renesas-Add-V3MSK-board.patch b/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0017-board-renesas-Add-V3MSK-board.patch
index 773ca26..4850e03 100644
--- a/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0017-board-renesas-Add-V3MSK-board.patch
+++ b/meta-rcar-gen3-adas/recipes-bsp/u-boot/u-boot/0017-board-renesas-Add-V3MSK-board.patch
@@ -497,7 +497,7 @@ index 0000000..b0de041
+ mstp_clrbits_le32(MSTPSR1, SMSTPCR1, 0x02000000);
+ /* SCIF0 */
+ mstp_clrbits_le32(MSTPSR2, SMSTPCR2, SCIF0_MSTP207);
-+ /* SDHI0/MMC */
++ /* SDHI2/MMC */
+ mstp_clrbits_le32(MSTPSR3, SMSTPCR3, SD0_MSTP314);
+ /* EHTERAVB */
+ mstp_clrbits_le32(MSTPSR8, SMSTPCR8, ETHERAVB_MSTP812);
@@ -804,7 +804,7 @@ index 0000000..8998da4
+ "root=/dev/nfs rw ip=dhcp"
+
+#define CONFIG_BOOTCOMMAND \
-+ "bootp 0x48080000 Image; tftp 0x48000000 Image-r8a7797-v3msk.dtb; " \
++ "bootp 0x48080000 Image; tftp 0x48000000 r8a7797-v3msk.dtb; " \
+ "booti 0x48080000 - 0x48000000"
+
+#endif /* __V3MSK_H */