lib_arm/board.c: remove misleading "test-only" comment.
For a long time, the print_cpuinfo() declaration in lib_arm/board.c had been marked as "test-only", which is plain wrong considering current usage. Delete this misleading comment. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
4277f4de06
commit
34b76a14f6
|
@ -258,7 +258,7 @@ static int arm_pci_init(void)
|
||||||
*/
|
*/
|
||||||
typedef int (init_fnc_t) (void);
|
typedef int (init_fnc_t) (void);
|
||||||
|
|
||||||
int print_cpuinfo (void); /* test-only */
|
int print_cpuinfo (void);
|
||||||
|
|
||||||
init_fnc_t *init_sequence[] = {
|
init_fnc_t *init_sequence[] = {
|
||||||
cpu_init, /* basic cpu dependent setup */
|
cpu_init, /* basic cpu dependent setup */
|
||||||
|
|
Loading…
Reference in New Issue