mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
nvmxip: move header to include
Move header to include to allow external code to get the internal bdev structures to access block device operations. as at it, just add the UCLASS_NVMXIP string so we get the correct output in partitions listing. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
This commit is contained in:
parent
2974e2cd28
commit
dc3abd8006
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <linux/bitops.h>
|
||||
#include <test/test.h>
|
||||
#include <test/ut.h>
|
||||
#include "../../drivers/mtd/nvmxip/nvmxip.h"
|
||||
#include <nvmxip.h>
|
||||
|
||||
/* NVMXIP devices described in the device tree */
|
||||
#define SANDBOX_NVMXIP_DEVICES 2
|
||||
|
|
Loading…
Reference in a new issue