aboutsummaryrefslogtreecommitdiff
path: root/board/sifive/unmatched/unmatched.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sifive/unmatched/unmatched.c')
-rw-r--r--board/sifive/unmatched/unmatched.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sifive/unmatched/unmatched.c b/board/sifive/unmatched/unmatched.c
index 6295deeae2..c8696270ba 100644
--- a/board/sifive/unmatched/unmatched.c
+++ b/board/sifive/unmatched/unmatched.c
@@ -6,7 +6,6 @@
* Pragnesh Patel <pragnesh.patel@sifive.com>
*/
-#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <asm/sections.h>
@@ -19,7 +18,7 @@ void *board_fdt_blob_setup(int *err)
return (ulong *)(uintptr_t)gd->arch.firmware_fdt_addr;
}
- return (ulong *)&_end;
+ return (ulong *)_end;
}
int board_init(void)