[PATCH u-boot 2/4] ast-g4: Fix typo in board_init() comment
Andrew Jeffery
andrew at aj.id.au
Tue Jul 24 00:58:38 AEST 2018
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
board/aspeed/ast-g4/ast-g4.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/aspeed/ast-g4/ast-g4.c b/board/aspeed/ast-g4/ast-g4.c
index cc26a78529bc..656495307b03 100644
--- a/board/aspeed/ast-g4/ast-g4.c
+++ b/board/aspeed/ast-g4/ast-g4.c
@@ -19,7 +19,7 @@ DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
- /* adress of boot parameters */
+ /* address of boot parameters */
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
gd->flags = 0;
return 0;
--
2.17.1
More information about the openbmc
mailing list