mb/google/brya: Create rull variant
[coreboot2.git] / src / mainboard / lenovo / x201 / early_init.c
blob27225fa276a1f2a26b8b9ae9ca929a6644d30b97
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <ec/acpi/ec.h>
6 void bootblock_mainboard_early_init(void)
8 /* Enable USB Power. We need to do it early for usbdebug to work. */
9 ec_set_bit(0x3b, 4);