From 9490bf7a7fc89681724ddd593bddd339ce4e7c72 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 24 Oct 2002 13:22:30 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@207 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/device/flash/cfi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/device/flash/cfi.h b/include/device/flash/cfi.h index ef2b09eb..07704d3d 100644 --- a/include/device/flash/cfi.h +++ b/include/device/flash/cfi.h @@ -61,7 +61,7 @@ #define CFI_VENDOR_INTEL_ECS 0x0001 #define CFI_VENDOR_AMD_SCS 0x0002 #define CFI_VENDOR_INTEL_SCS 0x0003 -#define CFI_VENDOR_AMD_ESC 0x0004 +#define CFI_VENDOR_AMD_ECS 0x0004 #define CFI_VENDOR_MITSUBISHI_SCS 0x0100 #define CFI_VENDOR_MITSUBISHI_ECS 0x0101 #define CFI_VENDOR_SST_PWCS 0x0102