)]}' { "commit": "e21e52ad1e0126e2a5e2013084ac3f47cf1e887a", "tree": "fb9811ac43cf9adcd7aef530590df2b46165012b", "parents": [ "fb5d69a5cd7865a733c2c1f26e2e3b75f59ce00d" ], "author": { "name": "Guenter Roeck", "email": "linux@roeck-us.net", "time": "Thu Sep 16 21:38:38 2021 -0700" }, "committer": { "name": "Guo Ren", "email": "guoren@linux.alibaba.com", "time": "Sat Oct 16 07:20:12 2021 +0800" }, "message": "csky: Make HAVE_TCM depend on !COMPILE_TEST\n\nBuilding csky:allmodconfig results in the following build errors.\n\narch/csky/mm/tcm.c:9:2: error:\n\t\t#error \"You should define ITCM_RAM_BASE\"\n 9 | #error \"You should define ITCM_RAM_BASE\"\n | ^~~~~\narch/csky/mm/tcm.c:14:2: error:\n\t\t#error \"You should define DTCM_RAM_BASE\"\n 14 | #error \"You should define DTCM_RAM_BASE\"\n | ^~~~~\narch/csky/mm/tcm.c:18:2: error:\n\t\t#error \"You should define correct DTCM_RAM_BASE\"\n 18 | #error \"You should define correct DTCM_RAM_BASE\"\n\nThis is seen with compile tests since those enable HAVE_TCM,\nbut do not provide useful default values for ITCM_RAM_BASE or\nDTCM_RAM_BASE. Disable HAVE_TCM for commpile tests to avoid\nthe error.\n\nSigned-off-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\nSigned-off-by: Guo Ren \u003cguoren@kernel.org\u003e\n", "tree_diff": [ { "type": "modify", "old_id": "58ca3ef02bab0b9b8041b0587645ca5682c36d02", "old_mode": 33188, "old_path": "arch/csky/Kconfig", "new_id": "823d3d5a9e11487c3037fbbc01af0141456c9335", "new_mode": 33188, "new_path": "arch/csky/Kconfig" } ] }