From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leandro Gentili Date: Fri, 11 Jan 2008 01:18:10 -0300 Subject: [U-Boot-Users] Tree folders 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 Hey ubooters, First at all I'm new to u-boot, so maybe the answer is obvious. I was taking a look at the tree layout in u-boot-v2 and I've noticed that in drivers folder the cfi_xxx files are not inside any folder. ../drivers/cfi_flash.c /cfi_flash_amd.c /cfi_flash_intel.c /cfi_flash_new.c If I'm not wrong cfi is used for NOR memories. Why they are not inside for example a "nor" folder?