Since commit 0365ffcc0b
(generic-board: show model name in
board_init_f() too), checkboard() is invoked only when
show_board_info() fails to get the model name from Device Tree.
It never happens because UniPhier SoCs now only work with
CONFIG_OF_CONTROL and all the root nodes of UniPhier device trees
have the "model" property.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
master
parent
08fda258ee
commit
dc4057eb81
@ -1,16 +0,0 @@ |
||||
/*
|
||||
* Copyright (C) 2012-2014 Panasonic Corporation |
||||
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#include <common.h> |
||||
#include <asm/arch/board.h> |
||||
|
||||
int checkboard(void) |
||||
{ |
||||
puts("Board: PH1-LD4 Board\n"); |
||||
|
||||
return check_support_card(); |
||||
} |
@ -1,16 +0,0 @@ |
||||
/*
|
||||
* Copyright (C) 2012-2014 Panasonic Corporation |
||||
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#include <common.h> |
||||
#include <asm/arch/board.h> |
||||
|
||||
int checkboard(void) |
||||
{ |
||||
puts("Board: PH1-Pro4 Board\n"); |
||||
|
||||
return check_support_card(); |
||||
} |
@ -1,16 +0,0 @@ |
||||
/*
|
||||
* Copyright (C) 2012-2014 Panasonic Corporation |
||||
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#include <common.h> |
||||
#include <asm/arch/board.h> |
||||
|
||||
int checkboard(void) |
||||
{ |
||||
puts("Board: PH1-sLD8 Board\n"); |
||||
|
||||
return check_support_card(); |
||||
} |
Loading…
Reference in new issue