From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 07 Nov 2008 16:25:23 -0600 Subject: [U-Boot] [PATCH] OneNAND: Fix compiler warnings and add weak attribute to memcpy_16() In-Reply-To: <1226070552-30144-1-git-send-email-sr@denx.de> References: <1226070552-30144-1-git-send-email-sr@denx.de> Message-ID: <4914C053.5030905@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > This patch adds memcpy_16_from_onenand() and memcpy_16_to_onenand() > functions and defaults them to the already available memcpy_16() > function. They are defined weak so that they can be overwritten by > a board/platform specific version. > > This is needed for the vcth board support (still to come) which needs > custom access routines here. Can it just override write_bufferram and read_bufferram? What does it need to do specially? -Scott