All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/2] board:pm9263 - Fix some typos in comments
@ 2021-04-23 13:41 Ilko Iliev
  2021-05-13  6:58 ` Eugen.Hristev at microchip.com
  0 siblings, 1 reply; 2+ messages in thread
From: Ilko Iliev @ 2021-04-23 13:41 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Ilko Iliev <iliev@ronetix.at>
---
 board/ronetix/pm9263/pm9263.c | 10 +++++-----
 include/configs/pm9263.h      |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c
index 46494b043f..6dc080ac2c 100644
--- a/board/ronetix/pm9263/pm9263.c
+++ b/board/ronetix/pm9263/pm9263.c
@@ -25,7 +25,7 @@ DECLARE_GLOBAL_DATA_PTR;

 /* ------------------------------------------------------------------------- */
 /*
- * Miscelaneous platform dependent initialisations
+ * Miscellaneous platform dependent initializations
  */

 #ifdef CONFIG_CMD_NAND
@@ -166,7 +166,7 @@ static void pm9263_lcd_hw_init(void)
 	at91_set_pio_value(AT91_PIO_PORTA, 22, 0);	/* power down */

 #ifdef CONFIG_LCD_IN_PSRAM
-	/* initialize te PSRAM */
+	/* initialize the PSRAM */
 	int stat = pm9263_lcd_hw_psram_init();

 	gd->fb_base = (stat == 0) ? PHYS_PSRAM : ATMEL_BASE_SRAM0;
@@ -185,10 +185,10 @@ int board_early_init_f(void)

 int board_init(void)
 {
-	/* arch number of AT91SAM9263EK-Board */
+	/* arch number of PM9263 Board */
 	gd->bd->bi_arch_number = MACH_TYPE_PM9263;

-	/* adress of boot parameters */
+	/* address of boot parameters */
 	gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;

 #ifdef CONFIG_CMD_NAND
@@ -205,7 +205,7 @@ int board_init(void)

 int dram_init(void)
 {
-	/* dram_init must store complete ramsize in gd->ram_size */
+	/* dram_init must store complete RAM size in gd->ram_size */
 	gd->ram_size = get_ram_size((void *)PHYS_SDRAM,
 				PHYS_SDRAM_SIZE);
 	return 0;
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h
index 7b028751bd..e825270de8 100644
--- a/include/configs/pm9263.h
+++ b/include/configs/pm9263.h
@@ -5,7 +5,7 @@
  * Lead Tech Design <www.leadtechdesign.com>
  * Ilko Iliev <www.ronetix.at>
  *
- * Configuation settings for the RONETIX PM9263 board.
+ * Configuration settings for the RONETIX PM9263 board.
  */

 #ifndef __CONFIG_H
--
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v2 2/2] board:pm9263 - Fix some typos in comments
  2021-04-23 13:41 [PATCH v2 2/2] board:pm9263 - Fix some typos in comments Ilko Iliev
@ 2021-05-13  6:58 ` Eugen.Hristev at microchip.com
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev at microchip.com @ 2021-05-13  6:58 UTC (permalink / raw)
  To: u-boot

On 4/23/21 4:41 PM, Ilko Iliev wrote:
> Signed-off-by: Ilko Iliev <iliev@ronetix.at>
> ---
>   board/ronetix/pm9263/pm9263.c | 10 +++++-----
>   include/configs/pm9263.h      |  2 +-
>   2 files changed, 6 insertions(+), 6 deletions(-)
> 

Applied with minor commit message change to u-boot-atmel/next, thanks !

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-13  6:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 13:41 [PATCH v2 2/2] board:pm9263 - Fix some typos in comments Ilko Iliev
2021-05-13  6:58 ` Eugen.Hristev at microchip.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.