soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git] / src / mainboard / roda / rk886ex / acpi_tables.c
blob7915d6a7b68e776e85c052073c70639eb208ba01
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
4 #include <soc/nvs.h>
6 void mainboard_fill_gnvs(struct global_nvs *gnvs)
8 /* Enable both COM ports */
9 gnvs->cmap = 0x01;
10 gnvs->cmbp = 0x01;