From: Haavard Skinnemoen Date: Mon, 30 Oct 2006 08:31:27 +0000 (+0100) Subject: AVR32: Get rid of board_early_init X-Git-Tag: v2.6.19-rc5~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a43850e6a99e335c8120579749389b376bc204;p=pandora-kernel.git AVR32: Get rid of board_early_init board_early_init() is left over from some early prototyping work where we had to initialize the SDRAM controller ourselves. This depends on the kernel being loaded into static RAM, which just isn't possible on any commercially available products today. In order to run without a boot loader, we need to create a zImage stub or have the debugger initialize the SDRAM for us (for really low-level debugging) Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed