From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Tue, 03 Aug 2004 16:30:50 +0200 Subject: [U-Boot-Users] [PATCH] Generic Support for Motorola i.MX architecture In-Reply-To: <20040803142158.AB0B1C109F@atlas.denx.de> References: <20040803142158.AB0B1C109F@atlas.denx.de> Message-ID: <410FA19A.4050409@imc-berlin.de> 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: > In message <410F951A.6020804@imc-berlin.de> you wrote: > >>But how else could we solve this? > > > As I wrote: > > | It might make sense to add an additional level of directories, i. e. > | turn s3c24x0_* or imx_* into s3c24x0/* and imx/* resp. > > >>If we leave the common arm920t code in cpu/arm920t and put the specific >>stuff in - let's say - cpu/s3c24x0... > > > No. Not cpu/s3c24x0/ - cpu/arm920t/s3c24x0/ > > >>The main makefile only takes one cpu type. How can we achieve that the code >>in cpu/arm920t _and_ in cpu/s3c24x0 is built? > > > By just having a cpu/arm920t/ directory with subdirectories? Ah! Now I see! Thanks! -- Steven Scholz