diff options
Diffstat (limited to 'src/soc/samsung/exynos5250/cpu.c')
-rw-r--r-- | src/soc/samsung/exynos5250/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5250/cpu.c b/src/soc/samsung/exynos5250/cpu.c index d880f5f761..3a2b62d3ce 100644 --- a/src/soc/samsung/exynos5250/cpu.c +++ b/src/soc/samsung/exynos5250/cpu.c @@ -147,8 +147,8 @@ static void enable_exynos5250_dev(device_t dev) dev->ops = &cpu_ops; } -struct chip_operations cpu_samsung_exynos5250_ops = { - CHIP_NAME("CPU Samsung Exynos 5250") +struct chip_operations soc_samsung_exynos5250_ops = { + CHIP_NAME("SOC Samsung Exynos 5250") .enable_dev = enable_exynos5250_dev, }; |