From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haavard Skinnemoen Date: Sat, 2 Feb 2008 13:37:53 +0100 Subject: [U-Boot-Users] [PATCH] Move AT91RM9200DK board support under board/atmel In-Reply-To: <1201952450-6724-1-git-send-email-hskinnemoen@atmel.com> References: <1201899144.7645.18.camel@galileo> <1201952450-6724-1-git-send-email-hskinnemoen@atmel.com> Message-ID: <20080202133753.73934ff7@siona> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2 Feb 2008 12:40:50 +0100 Haavard Skinnemoen wrote: > Compile-tested and found exactly as broken as before since it tries to > compile a freescale SPI driver for some reason... After fixing that issue, the u-boot.bin files generated before and after this patch are identical apart from the git ID in the version string and the build date/time in the banner. Haavard