From 2f8411624b98eeb3b9442cd06a52034498cbacb5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 27 Aug 2003 09:11:13 +0000 Subject: [PATCH] 2003-08-27 Marcel Telka * flash/amd.c: Changed included headers. * flash/intel.c: Ditto. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@547 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- libbrux/ChangeLog | 5 +++++ libbrux/flash/amd.c | 3 +-- libbrux/flash/intel.c | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index d665e9a5..780af172 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,8 @@ +2003-08-27 Marcel Telka + + * flash/amd.c: Changed included headers. + * flash/intel.c: Ditto. + 2003-08-27 Marcel Telka * flash/amd.c (amd_flash_erase_block): Renamed CFI_INTEL_ERROR_* macros to FLASH_ERROR_*. diff --git a/libbrux/flash/amd.c b/libbrux/flash/amd.c index 31c8b10b..9fd8ef89 100644 --- a/libbrux/flash/amd.c +++ b/libbrux/flash/amd.c @@ -40,11 +40,10 @@ #include #include +#include #include #include -#include "flash.h" - static int dbg = 0; static int amd_flash_erase_block( cfi_array_t *cfi_array, uint32_t adr ); diff --git a/libbrux/flash/intel.c b/libbrux/flash/intel.c index 9eb0f643..b85a2943 100644 --- a/libbrux/flash/intel.c +++ b/libbrux/flash/intel.c @@ -42,11 +42,10 @@ #include #include +#include #include #include -#include "flash.h" - static int intel_flash_erase_block( cfi_array_t *cfi_array, uint32_t adr ); static int intel_flash_unlock_block( cfi_array_t *cfi_array, uint32_t adr ); static int intel_flash_program( cfi_array_t *cfi_array, uint32_t adr, uint32_t data );