mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Add support for TQM862L modules
This commit is contained in:
@ -56,7 +56,7 @@ void bedbug_init( void )
|
||||
#if defined(CONFIG_4xx)
|
||||
void bedbug405_init( void );
|
||||
bedbug405_init();
|
||||
#elif defined(CONFIG_MPC860)
|
||||
#elif defined(CONFIG_8xx)
|
||||
void bedbug860_init( void );
|
||||
bedbug860_init();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user