From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Habermann Date: Fri, 04 Apr 2003 09:04:57 +0800 Subject: [U-Boot-Users] how to build and work with FADS862T? In-Reply-To: <009401c2f7f2$d43b5640$015ecc3d@scorpius> References: <009401c2f7f2$d43b5640$015ecc3d@scorpius> Message-ID: <3E8CDA39.1080702@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Masayuki Takagiwa wrote: >It is written in the IMMR register, and it is a place to jump to >init_board_f, >and an exception seems to occur. > Check the CFG_MONITOR_BASE define of u-boot. You can also have a look if the target address of the jump to in_flash is a valid one and contains the correct code.