]> git.sur5r.net Git - u-boot/blob - drivers/firmware/firmware-uclass.c
mtd: nand: mxs_nand: add use_minimum_ecc to struct
[u-boot] / drivers / firmware / firmware-uclass.c
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #include <common.h>
4 #include <dm.h>
5
6 /* Firmware access is platform-dependent.  No generic code in uclass */
7 UCLASS_DRIVER(firmware) = {
8         .id             = UCLASS_FIRMWARE,
9         .name           = "firmware",
10 };