X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fflash.h;h=f3959f5012021a2033f0696442d9e5eb4089fa86;hb=ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54;hp=42b18a60475264594c1c8aa601765761dba80b87;hpb=7168bcdefcff5e92d9007984eba1ac5297f5684b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/flash.h b/include/flash.h index 42b18a6..f3959f5 100644 --- a/include/flash.h +++ b/include/flash.h @@ -21,7 +21,6 @@ typedef struct { ulong flash_id; /* combined device & manufacturer code */ ulong start[CONFIG_SYS_MAX_FLASH_SECT]; /* virtual sector start address */ uchar protect[CONFIG_SYS_MAX_FLASH_SECT]; /* sector protection status */ -#ifdef CONFIG_SYS_FLASH_CFI uchar portwidth; /* the width of the port */ uchar chipwidth; /* the width of the chip */ uchar chip_lsb; /* extra Least Significant Bit in the */ @@ -45,7 +44,6 @@ typedef struct { ulong addr_unlock2; /* unlock address 2 for AMD flash roms */ uchar sr_supported; /* status register supported */ const char *name; /* human-readable name */ -#endif #ifdef CONFIG_DM_MTD struct mtd_info *mtd; #endif