summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/aspeed/ast-g4/ast-g4.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud