From 3a13a8c48088b0c2a5dce1f1699993e70c94b397 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 24 Jul 2018 00:28:38 +0930 Subject: ast-g4: Fix typo in board_init() comment Signed-off-by: Andrew Jeffery Signed-off-by: Joel Stanley --- 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 cc26a78529..656495307b 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; -- cgit v1.2.1