Message ID | 891e301327224ad0b9a819149e25dad4f7a85c03.1591350311.git.michal.simek@xilinx.com |
---|---|
State | Accepted |
Commit | a633a804a2a32693180ef156ed1a2dbc70b6d392 |
Headers | show |
Series | trivial: Fix booot occurences | expand |
On 6/5/20 6:45 PM, Michal Simek wrote: > s/booot/boot/g > > The first ase is booot instead of boot and second u-booot instead of > u-boot. > > Signed-off-by: Michal Simek <michal.simek at xilinx.com> Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com> > --- > > board/freescale/p1010rdb/README.P1010RDB-PA | 2 +- > cmd/mmc.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/freescale/p1010rdb/README.P1010RDB-PA b/board/freescale/p1010rdb/README.P1010RDB-PA > index 46c61237c727..0cb950d845e7 100644 > --- a/board/freescale/p1010rdb/README.P1010RDB-PA > +++ b/board/freescale/p1010rdb/README.P1010RDB-PA > @@ -88,7 +88,7 @@ Note: 1 stands for 'on', 0 stands for 'off' > Setting of hwconfig > =================== > If FlexCAN or TDM is needed, please set "fsl_p1010mux:tdm_can=can" or > -"fsl_p1010mux:tdm_can=tdm" explicitly in u-booot prompt as below for example: > +"fsl_p1010mux:tdm_can=tdm" explicitly in u-boot prompt as below for example: > setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi" > By default, don't set fsl_p1010mux:tdm_can, in this case, spi chip selection > is set to spi-flash instead of to SLIC/TDM/DAC and tdm_can_sel is set to TDM > diff --git a/cmd/mmc.c b/cmd/mmc.c > index 97e5d91859c9..1c252e050282 100644 > --- a/cmd/mmc.c > +++ b/cmd/mmc.c > @@ -1004,7 +1004,7 @@ U_BOOT_CMD( > "mmc part - lists available partition on current mmc device\n" > "mmc dev [dev] [part] - show or set current mmc device [partition]\n" > "mmc list - lists available devices\n" > - "mmc wp - power on write protect booot partitions\n" > + "mmc wp - power on write protect boot partitions\n" > #if CONFIG_IS_ENABLED(MMC_HW_PARTITIONING) > "mmc hwpartition [args...] - does hardware partitioning\n" > " arguments (sizes in 512-byte blocks):\n" >
On Fri, Jun 05, 2020 at 11:45:12AM +0200, Michal Simek wrote: > s/booot/boot/g > > The first ase is booot instead of boot and second u-booot instead of > u-boot. > > Signed-off-by: Michal Simek <michal.simek at xilinx.com> > Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com> Applied to u-boot/master, thanks!
diff --git a/board/freescale/p1010rdb/README.P1010RDB-PA b/board/freescale/p1010rdb/README.P1010RDB-PA index 46c61237c727..0cb950d845e7 100644 --- a/board/freescale/p1010rdb/README.P1010RDB-PA +++ b/board/freescale/p1010rdb/README.P1010RDB-PA @@ -88,7 +88,7 @@ Note: 1 stands for 'on', 0 stands for 'off' Setting of hwconfig =================== If FlexCAN or TDM is needed, please set "fsl_p1010mux:tdm_can=can" or -"fsl_p1010mux:tdm_can=tdm" explicitly in u-booot prompt as below for example: +"fsl_p1010mux:tdm_can=tdm" explicitly in u-boot prompt as below for example: setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi" By default, don't set fsl_p1010mux:tdm_can, in this case, spi chip selection is set to spi-flash instead of to SLIC/TDM/DAC and tdm_can_sel is set to TDM diff --git a/cmd/mmc.c b/cmd/mmc.c index 97e5d91859c9..1c252e050282 100644 --- a/cmd/mmc.c +++ b/cmd/mmc.c @@ -1004,7 +1004,7 @@ U_BOOT_CMD( "mmc part - lists available partition on current mmc device\n" "mmc dev [dev] [part] - show or set current mmc device [partition]\n" "mmc list - lists available devices\n" - "mmc wp - power on write protect booot partitions\n" + "mmc wp - power on write protect boot partitions\n" #if CONFIG_IS_ENABLED(MMC_HW_PARTITIONING) "mmc hwpartition [args...] - does hardware partitioning\n" " arguments (sizes in 512-byte blocks):\n"
s/booot/boot/g The first ase is booot instead of boot and second u-booot instead of u-boot. Signed-off-by: Michal Simek <michal.simek at xilinx.com> --- board/freescale/p1010rdb/README.P1010RDB-PA | 2 +- cmd/mmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)