aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_106cx/model_106cx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_106cx/model_106cx_init.c')
-rw-r--r--src/cpu/intel/model_106cx/model_106cx_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_106cx/model_106cx_init.c b/src/cpu/intel/model_106cx/model_106cx_init.c
index b07fd0b79b..dd7bbc845b 100644
--- a/src/cpu/intel/model_106cx/model_106cx_init.c
+++ b/src/cpu/intel/model_106cx/model_106cx_init.c
@@ -118,7 +118,7 @@ static struct device_operations cpu_dev_ops = {
.init = model_106cx_init,
};
-static struct cpu_device_id cpu_table[] = {
+static const struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_INTEL, 0x106c0 }, /* Intel Atom 230 */
{ X86_VENDOR_INTEL, 0x106ca }, /* Intel Atom D5xx */
{ 0, 0 },