From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Deschamps Date: Mon, 19 Sep 2005 19:15:27 +0200 Subject: [U-Boot-Users] lastest 1.1.3 CONFIG_SKIP problems with arm920t on rm9200. Message-ID: <200509191915.27231.mathieu.deschamps@com2gether.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I have upgraded U-Boot 1.1.2 to lastest 1.1.3. I still uses the boot.bin program to set up the flash and the dram and such while having defined SKIP_RELOCATE_UBOOT and SKIP_LOWLEVEL_INIT. Indeed kept undefined I have seen that it breaks everything reaching SoC specific lowlevel_init.S in cpu/.../start.S. Imagine reinitializing flash while reading init values from it, or reinit the memory controller while using it ! It seems that these two were compulsory in my case. But even defined, my cpu goes in ABORT. Any ideas ? Regards, Mathieu Deschamps