summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brox/variants/brox/fw_config.c
blob: d1bdc80901bae23adfa8965d5c69efd39cd1e3fd (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <bootstate.h>

static void fw_config_handle(void *unused)
{
}
BOOT_STATE_INIT_ENTRY(BS_DEV_ENABLE, BS_ON_ENTRY, fw_config_handle, NULL);