From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Fri, 01 Dec 2006 08:09:05 +0100 Subject: [U-Boot-Users] [PATCH] use CFI-Flash and board depended driver together In-Reply-To: <456F13E1.2070901@freescale.com> References: <456EE943.3010003@freescale.com> <456F13E1.2070901@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur Tabi wrote: > > Ok, I get it now. But all you're basically doing is hiding the CFI flash > routines. The flash commands in cmd_flash.c are only going to call the > board-specific routines and not the CFI routines. > That's my inspiration. The flash commands call board-specific routines and board-specific routines call back the orginal cfi routines, if i want this.