From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Fri, 06 Jul 2012 10:47:11 +0200 Subject: [U-Boot] [PATCH v3] arm: cm4008, cm41xx: use common cfi_flash support In-Reply-To: <201207061031.58382.yann.vernier@orsoc.se> References: <4FF5ACE6.4000101@gmail.com> <201207061031.58382.yann.vernier@orsoc.se> Message-ID: <4FF6A60F.8050402@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.07.2012 10:27, Yann Vernier wrote: > This change allows use of other flash chips than the two supported by > the cm4008 flash.c. Tested with Micrel KSZ8695X demo board. > --- > Changes for v2: > - Update cm41xx also > - Remove unused board specific flash code > Changes for v3: > - Do not define to 1 where it is not required, just define > > Signed-off-by: Yann Vernier Acked-by: Andreas Bie?mann (although I do not know who will pick it ...) > --- > board/cm4008/Makefile | 2 +- > board/cm4008/flash.c | 410 ---------------------------------------------- > board/cm41xx/Makefile | 2 +- > board/cm41xx/flash.c | 410 ---------------------------------------------- > include/configs/cm4008.h | 4 + > include/configs/cm41xx.h | 4 + > 6 files changed, 10 insertions(+), 822 deletions(-) > delete mode 100644 board/cm4008/flash.c > delete mode 100644 board/cm41xx/flash.c