ARM: mxc: grammar fix
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
This commit is contained in:
Родитель
ccfa7c2698
Коммит
f1d4cbef18
|
@ -25,7 +25,7 @@
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
/*
|
/*
|
||||||
* This CPU module needs a baseboard to work. After basic initializing
|
* This CPU module needs a baseboard to work. After basic initializing
|
||||||
* its own devices, it calls baseboard's init function.
|
* its own devices, it calls the baseboard's init function.
|
||||||
* TODO: Add your own baseboard init function and call it from
|
* TODO: Add your own baseboard init function and call it from
|
||||||
* inside eukrea_cpuimx27_init().
|
* inside eukrea_cpuimx27_init().
|
||||||
*
|
*
|
||||||
|
|
|
@ -31,7 +31,7 @@ enum mx31lilly_boards {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This CPU module needs a baseboard to work. After basic initializing
|
* This CPU module needs a baseboard to work. After basic initializing
|
||||||
* its own devices, it calls baseboard's init function.
|
* its own devices, it calls the baseboard's init function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern void mx31lilly_db_init(void);
|
extern void mx31lilly_db_init(void);
|
||||||
|
|
|
@ -32,7 +32,7 @@ enum mx31lite_boards {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This CPU module needs a baseboard to work. After basic initializing
|
* This CPU module needs a baseboard to work. After basic initializing
|
||||||
* its own devices, it calls baseboard's init function.
|
* its own devices, it calls the baseboard's init function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern void mx31lite_db_init(void);
|
extern void mx31lite_db_init(void);
|
||||||
|
|
|
@ -31,7 +31,7 @@ enum mx31moboard_boards {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This CPU module needs a baseboard to work. After basic initializing
|
* This CPU module needs a baseboard to work. After basic initializing
|
||||||
* its own devices, it calls baseboard's init function.
|
* its own devices, it calls the baseboard's init function.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
extern void mx31moboard_devboard_init(void);
|
extern void mx31moboard_devboard_init(void);
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
/*
|
/*
|
||||||
* This CPU module needs a baseboard to work. After basic initializing
|
* This CPU module needs a baseboard to work. After basic initializing
|
||||||
* its own devices, it calls baseboard's init function.
|
* its own devices, it calls the baseboard's init function.
|
||||||
* TODO: Add your own baseboard init function and call it from
|
* TODO: Add your own baseboard init function and call it from
|
||||||
* inside pcm038_init().
|
* inside pcm038_init().
|
||||||
*
|
*
|
||||||
|
|
Загрузка…
Ссылка в новой задаче