Skip to content

Commit 9687691

Browse files
authored
Qcom 6.18/tech/noup/debug/all (#334)
Qcom 6.18/tech/noup/debug/all
2 parents ec002ab + d17d4fa commit 9687691

5 files changed

Lines changed: 880 additions & 8 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_QCOM_DCC=m
2-
CONFIG_QCOM_DCC_DEV=m
1+
CONFIG_QCOM_DCC=y
2+
CONFIG_QCOM_DCC_DEV=y
33
CONFIG_QCOM_MEMORY_DUMP_V2=y
4-
CONFIG_QCOM_MEMORY_DUMP_DEV=m
4+
CONFIG_QCOM_MEMORY_DUMP_DEV=y

drivers/firmware/qcom/memory_dump_dev.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ static const struct dump_table lemans_dump_table = {
364364

365365
static const struct dump_table talos_dump_table = {
366366
.items = talos_items,
367-
.num_of_items = ARRAY_SIZE(lemans_items),
367+
.num_of_items = ARRAY_SIZE(talos_items),
368368
.imem_base = 0x146aa010,
369369
.imem_size = 0x8,
370370
};
@@ -506,7 +506,6 @@ static void __exit mem_dump_dev_exit(void)
506506
platform_device_unregister(mem_dump_pdev);
507507
}
508508

509-
module_init(mem_dump_dev_init);
510-
module_exit(mem_dump_dev_exit);
509+
late_initcall(mem_dump_dev_init);
511510
MODULE_LICENSE("GPL");
512511
MODULE_DESCRIPTION("Qualcomm Technologies Inc. Memory Dump driver V2, device stub");

0 commit comments

Comments
 (0)