diff options
Diffstat (limited to 'src/soc/intel/braswell/chip.c')
-rw-r--r-- | src/soc/intel/braswell/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/chip.c b/src/soc/intel/braswell/chip.c index d3c41f8894..407b6ea018 100644 --- a/src/soc/intel/braswell/chip.c +++ b/src/soc/intel/braswell/chip.c @@ -294,7 +294,7 @@ static void soc_init(void *chip_info) } struct chip_operations soc_intel_braswell_ops = { - CHIP_NAME("Intel Braswell SoC") + .name = "Intel Braswell SoC", .enable_dev = enable_dev, .init = soc_init, }; |