M7350v3_en_gpl

This commit is contained in:
T
2024-09-09 08:55:19 +00:00
parent 801e6d2ad8
commit 2d95e8761a
2791 changed files with 89608 additions and 390711 deletions

View File

@ -2525,9 +2525,7 @@ static int yaffs_proc_read(char *page,
/* Print header first */
if (step == 0)
/* [jiyu] Modify DATE and TIME for lte update */
// buf += sprintf(buf, "YAFFS built:" __DATE__ " " __TIME__ "\n");
buf += sprintf(buf, "YAFFS built: Oct 15 2014 10:58:56\n");
buf += sprintf(buf, "YAFFS built:" __DATE__ " " __TIME__ "\n");
else if (step == 1)
buf += sprintf(buf, "\n");
else {
@ -2725,10 +2723,8 @@ static int __init init_yaffs_fs(void)
int error = 0;
struct file_system_to_install *fsinst;
/* [jiyu] Modify DATE and TIME for lte update */
yaffs_trace(YAFFS_TRACE_ALWAYS,
// "yaffs built " __DATE__ " " __TIME__ " Installing.");
"yaffs built Oct 15 2014 10:58:56 Installing.");
"yaffs built " __DATE__ " " __TIME__ " Installing.");
#ifdef CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED
yaffs_trace(YAFFS_TRACE_ALWAYS,
@ -2782,10 +2778,8 @@ static void __exit exit_yaffs_fs(void)
struct file_system_to_install *fsinst;
/* [jiyu] Modify DATE and TIME for lte update */
yaffs_trace(YAFFS_TRACE_ALWAYS,
// "yaffs built " __DATE__ " " __TIME__ " removing.");
"yaffs built Oct 15 2014 10:58:56 removing.");
"yaffs built " __DATE__ " " __TIME__ " removing.");
remove_proc_entry("yaffs", YPROC_ROOT);