添加后板sdk更改,裁剪文件系统和kernel

This commit is contained in:
lijunliang
2024-05-14 15:08:19 +08:00
parent 47b4c1d7b2
commit d352eaa4c5
28 changed files with 1445 additions and 113 deletions

View File

@@ -1222,7 +1222,7 @@ int hyn_update_firmware_init(struct i2c_client *client)
}
for(scan_id=0;scan_id<ARRAY_SIZE(hynitron_chip_type_grp);scan_id++){
HYN_DEBUG("firmware ljl test : hyn_ts_data->config_chip_type = %x, hynitron_chip_type_grp[scan_id].chip_type = %x\n",hyn_ts_data->config_chip_type, hynitron_chip_type_grp[scan_id].chip_type);
//HYN_DEBUG("firmware ljl test : hyn_ts_data->config_chip_type = %x, hynitron_chip_type_grp[scan_id].chip_type = %x\n",hyn_ts_data->config_chip_type, hynitron_chip_type_grp[scan_id].chip_type);
if(hyn_ts_data->config_chip_type == hynitron_chip_type_grp[scan_id].chip_type){
hyn_ts_data->config_chip_series =hynitron_chip_type_grp[scan_id].chip_series;
@@ -1626,7 +1626,7 @@ void hyn_ts_data_init(struct i2c_client *client)
unsigned char scan_id;
HYN_FUNC_ENTER();
HYN_DEBUG("ljl test : hyn_ts_data->config_chip_type = %x\n",hyn_ts_data->config_chip_type);
//HYN_DEBUG("ljl test : hyn_ts_data->config_chip_type = %x\n",hyn_ts_data->config_chip_type);
hyn_ts_data->client = client;
hyn_ts_data->config_chip_type =HYN_CHIP_TYPE_CONFIG;
@@ -1642,7 +1642,7 @@ void hyn_ts_data_init(struct i2c_client *client)
for(scan_id=0;scan_id<ARRAY_SIZE(hynitron_chip_type_grp);scan_id++){
HYN_DEBUG("ljl test : hyn_ts_data->config_chip_type = %x, hynitron_chip_type_grp[scan_id].chip_type = %x\n",hyn_ts_data->config_chip_type, hynitron_chip_type_grp[scan_id].chip_type);
//HYN_DEBUG("ljl test : hyn_ts_data->config_chip_type = %x, hynitron_chip_type_grp[scan_id].chip_type = %x\n",hyn_ts_data->config_chip_type, hynitron_chip_type_grp[scan_id].chip_type);
if(hyn_ts_data->config_chip_type == hynitron_chip_type_grp[scan_id].chip_type){
hyn_ts_data->config_chip_series =hynitron_chip_type_grp[scan_id].chip_series;