From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Wed, 12 Jan 2005 21:19:15 -0600 Subject: [U-Boot-Users] .../board/fads/flash.c confuses me - give me a hint In-Reply-To: <20050112222953.C6CBFC108D@atlas.denx.de> References: <20050112222953.C6CBFC108D@atlas.denx.de> Message-ID: <41E5E8B3.7020507@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >>supported by cfi_flash.c and works well, it is probably not a good idea >>to develop a custom flash driver. >> >> > >I disagree if you give this as general advice. You have to know the >requirements of the project, and understand what you're doing. Only >then you can give intelligent advice. > > Wolfgang, you made a good point regarding code size. I agree, there are always good reasons not to go with one size fits all approach. As you see, I said "probably" instead of talking absolute terms. Also, I mentioned "if it works well". If the code does not fit in the space, it does not work at all.