From 7e0300ab96b6bd2cedfc911afba92138074ee6a0 Mon Sep 17 00:00:00 2001 From: gber Date: Fri, 18 May 2012 14:41:14 +0000 Subject: Add architecture dependent code to support NAND Framework on Marvell SoCs. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks --- sys/boot/uboot/lib/api_public.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot/uboot/lib/api_public.h') diff --git a/sys/boot/uboot/lib/api_public.h b/sys/boot/uboot/lib/api_public.h index b0140c5..9537479 100644 --- a/sys/boot/uboot/lib/api_public.h +++ b/sys/boot/uboot/lib/api_public.h @@ -132,6 +132,7 @@ typedef unsigned long lbastart_t; #define DT_STOR_SCSI 0x0020 #define DT_STOR_USB 0x0040 #define DT_STOR_MMC 0x0080 +#define DT_STOR_NAND 0x0100 #define DEV_STA_CLOSED 0x0000 /* invalid, closed */ #define DEV_STA_OPEN 0x0001 /* open i.e. active */ -- cgit v1.1