基于3c2410的linux2.6.22移植(6)
………….
#include
#include
#include
………….
………….
static struct s3c2410fb_mach_info smdk2410_lcdcfg __initdata={
};
……………
……………
static void __init smdk2410_init(void)
{
}
………………..
注:注釋掉driverscharvt.c的blank_screen_t(unsigned long dummy)的函數(shù)內(nèi)容,否則lcd會(huì)在10分鐘左右關(guān)掉顯示。“
最后在內(nèi)核編譯時(shí)需要選中對(duì)LCD的支持,具體見(jiàn)內(nèi)核配置和編譯。
評(píng)論