From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Menzebach Date: Thu, 13 Oct 2005 19:23:33 +0200 Subject: [U-Boot-Users] Replacing AT91 u-boot In-Reply-To: References: Message-ID: <434E9815.2040103@mw-itcon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de fyi, I just upgraded u-boot to latest cvs version. For starting from serial dataflash, you only have to set CONFIG_ENV_IS_IN_DATAFLASH CONFIG_SKIP_LOWLEVEL_INIT CONFIG_SKIP_RELOCATE_UBOOT and a small patch for arm920t/start.S. Then I could compile+flash u-boot and run it. I have not tested everything, but linux boots fine.... Best regards Peter