From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo van Lil Date: Tue, 24 Nov 2009 14:20:05 +0100 Subject: [U-Boot] [PATCH] Generic udelay() with watchdog support In-Reply-To: <20091122222544.065A6E34A27@gemini.denx.de> References: <20091005090838.GA22496@zaphod.peppercon.de> <20091122222544.065A6E34A27@gemini.denx.de> Message-ID: <4B0BDD85.2090207@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 On 11/22/2009 11:25 PM, Wolfgang Denk wrote: > Could you please rebase it against the "next" branch and resubmit it? There you are. This time I compile-tested it (MAKEALL) for ppc and arm. Some boards did not build (several PPC builds died with "Error: Unrecognized opcode: `mullhw'", several ARM builds missed CONFIG_ENV_ADDR_FLEX, but all that doesn't seem to be my fault. The only point I'm uncertain about is the nand_spl image for "MPC8313ERDB_NAND_66": The board/freescale/mpc8313erdb/sdram.c called udelay, but u-boot-spl doesn't link lib_generic. I decided to call __udelay() instead, but another solution might be to include lib_generic/time.c in the nand_spl build (like in examples/api/Makefile). Regards, Ingo