From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Gehrlein Date: Wed, 13 Aug 2008 18:11:29 +0200 Subject: [U-Boot] Structure of directory nand_spl/board Message-ID: <48A307B1.8020106@tqs.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, in the directory nand_spl/board one can find three subdirectories: amcc, freescale and samsung, which contain the reference boards of these vendors. These vendors are CPU vendors, too. When I want to add a new board, shall I create a board's vendor directory directly in nand_spl/board, or shall I create the board directory dependent on the used CPU within one of the three existing directories? What's the intended structure? Additional question regarding the /board directory in the top dir: May new boards still go into /board or is a /board/ directory now mandatory? Thanks and kind regards, Jens