From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Kuten Date: Thu, 10 May 2007 14:08:47 +0300 Subject: [U-Boot-Users] files in cpu/bf533 cpu/bf537 cpu/bf561 seems to be very similar Message-ID: <20070510140847.6d184e9e@newbox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I noticed that files in cpu/bf533 cpu/bf537 cpu/bf561 seems to be very similar namely: cache.S , flush.S, serial.c, traps.c, interrupts.c Is there any intention to organize these dirs in more comfortable way, such as done for example with cpu/at32ap or cpu/arm920t. So the structure will look like this: cpu/blackfin cpu/blackfin/ *.[c,h] - bf common files cpu/blackfin/bf533/ - bf533 specific parts cpu/blackfin/bf537/ - bf537 specific parts cpu/blackfin/bf561/ - bf561 specific parts Best regards, Ivan