From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Mon, 08 Jan 2007 23:07:41 +0100 Subject: [U-Boot-Users] Simple definition of a new board Message-ID: <45A2C0AD.2030505@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Is it OK/possible to add a new board, by just doing a new ".h" file and a modification of the Makefile? An example of use would be to have a board with different memory types and each .h would be used to tell where the U-boot environment variables are. The AT91SAM9260EK has both dataflash and NAND flash and some would like to put the environment in NAND flash and others in the dataflash. Best Regards Ulf Samuelsson