diff options
Diffstat (limited to 'board/armltd/total_compute/total_compute.c')
-rw-r--r-- | board/armltd/total_compute/total_compute.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/armltd/total_compute/total_compute.c b/board/armltd/total_compute/total_compute.c index 75bc6b0631f..12bb6defab2 100644 --- a/board/armltd/total_compute/total_compute.c +++ b/board/armltd/total_compute/total_compute.c @@ -70,11 +70,6 @@ int misc_init_r(void) return 0; } -int board_init(void) -{ - return 0; -} - int dram_init(void) { return fdtdec_setup_mem_size_base(); |