Re: [PATCH v2 14/21] x86: apl: Use const for driver operations

2020-12-28 Thread Simon Glass
Update these declarations to const to ensure that the data ends up in the rodata section. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/apollolake/pmc.c| 2 +- arch/x86/cpu/intel_common/p2sb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-d

[PATCH v2 14/21] x86: apl: Use const for driver operations

2020-12-23 Thread Simon Glass
Update these declarations to const to ensure that the data ends up in the rodata section. Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/apollolake/pmc.c| 2 +- arch/x86/cpu/intel_common/p2sb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x