[linux] Upgrade the MMF SDK from V4.0.0 to V4.1.0

1. 181x support secureboot
	2. add .gitignore

Change-Id: I34cd45663d92eeb8e3b5ddfbf1a876111ce46bd1
This commit is contained in:
wangliang.wang
2023-03-10 00:26:01 +08:00
committed by sam.xiang
parent 221f3d937b
commit 95dcbe5649
19 changed files with 992 additions and 131 deletions

View File

@ -9,7 +9,7 @@ struct of_phandle_args;
struct reserved_mem_ops;
struct reserved_mem {
const char *name;
char name[8];
unsigned long fdt_node;
unsigned long phandle;
const struct reserved_mem_ops *ops;