
From: Simon Glass <sjg@chromium.org> This typo appears a handful of times in U-Boot. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> --- arch/arm/include/asm/arch-mx6/mx6_plugin.S | 2 +- arch/arm/include/asm/arch-mx7/mx7_plugin.S | 2 +- drivers/ddr/fsl/options.c | 2 +- drivers/ddr/marvell/axp/ddr3_spd.c | 2 +- include/image.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/include/asm/arch-mx6/mx6_plugin.S b/arch/arm/include/asm/arch-mx6/mx6_plugin.S index 4d12c6873b3..6209e20ee1e 100644 --- a/arch/arm/include/asm/arch-mx6/mx6_plugin.S +++ b/arch/arm/include/asm/arch-mx6/mx6_plugin.S @@ -108,7 +108,7 @@ mmu_disable_notreq: /* To return to ROM from plugin, we need to fill in these argument. * Here is what need to do: - * Need to construct the paramters for this function before return to ROM: + * Need to construct the parameters for this function before return to ROM: * plugin_download(void **start, size_t *bytes, UINT32 *ivt_offset) */ pop {r0-r4, lr} diff --git a/arch/arm/include/asm/arch-mx7/mx7_plugin.S b/arch/arm/include/asm/arch-mx7/mx7_plugin.S index b552542e281..1031e53feee 100644 --- a/arch/arm/include/asm/arch-mx7/mx7_plugin.S +++ b/arch/arm/include/asm/arch-mx7/mx7_plugin.S @@ -64,7 +64,7 @@ after_calling_rom___pu_irom_hwcnfg_setup: /* To return to ROM from plugin, we need to fill in these argument. * Here is what need to do: - * Need to construct the paramters for this function before return to ROM: + * Need to construct the parameters for this function before return to ROM: * plugin_download(void **start, size_t *bytes, UINT32 *ivt_offset) */ pop {r0-r4, lr} diff --git a/drivers/ddr/fsl/options.c b/drivers/ddr/fsl/options.c index 852a5d0eca4..0d4ec7b140a 100644 --- a/drivers/ddr/fsl/options.c +++ b/drivers/ddr/fsl/options.c @@ -890,7 +890,7 @@ unsigned int populate_memctl_options(const common_timing_params_t *common_dimm, /* Memory Organization Parameters */ popts->registered_dimm_en = common_dimm->all_dimms_registered; - /* Operational Mode Paramters */ + /* Operational Mode Parameters */ /* Pick ECC modes */ popts->ecc_mode = 0; /* 0 = disabled, 1 = enabled */ diff --git a/drivers/ddr/marvell/axp/ddr3_spd.c b/drivers/ddr/marvell/axp/ddr3_spd.c index c169a8ea16b..8c3667531d2 100644 --- a/drivers/ddr/marvell/axp/ddr3_spd.c +++ b/drivers/ddr/marvell/axp/ddr3_spd.c @@ -976,7 +976,7 @@ int ddr3_dunit_setup(u32 ecc_ena, u32 hclk_time, u32 *ddr_width) #endif /* - * In case of mixed dimm and on-board devices setup paramters will + * In case of mixed dimm and on-board devices setup parameters will * be taken statically */ /*{0x00001494} - DDR SDRAM ODT Control (Low) Register */ diff --git a/include/image.h b/include/image.h index 6a4cb912bc4..7f3ca1088de 100644 --- a/include/image.h +++ b/include/image.h @@ -1110,7 +1110,7 @@ int image_setup_libfdt(struct bootm_headers *images, void *blob, bool lmb); * Set up the FDT to use for booting a kernel * * This performs ramdisk setup, sets up the FDT if required, and adds - * paramters to the FDT if libfdt is available. + * parameters to the FDT if libfdt is available. * * @param images Images information * Return: 0 if ok, <0 on failure -- 2.43.0