From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 2 Jun 2009 02:41:56 +0200 Subject: [U-Boot] [PATCH] Canyonlands SATA harddisk driver In-Reply-To: <4A1FA5D6.90805@necel.com> References: <4A0D36AA.5000508@fsi.co.jp> <20090528192256.20B8E832E416@gemini.denx.de> <3318cdc20905290036h7a7bf879x317a4d848ac1a4e0@mail.gmail.com> <4A1FA5D6.90805@necel.com> Message-ID: <20090602004156.GH6399@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18:07 Fri 29 May , Shinya Kuribayashi wrote: > Kazuaki Ichinohe wrote: > > DMA function was scheduled to be developed as my schedule. > > However, the development of the DMA function is discontinued once now. > > The structure of the register that controls DMA has not been used any longer. > > I will e-mail the source code ( removed the struct of DMA register ) later. > > Please make sure I'm not talking about register definition structures. > They're harmless, and no need to be cleaned up. > > But, other local, private, resource management structures are encouraged > to be shrinked/optimized, as it's just waste of ROM space. if we remove it from the source, it will be harder to integrate upgrade on both side. As done for the nand and ubi add ifndef __U_BOOT__ will allow to reduce the size impact without the integration difficult Best Regards, J.