From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaly Bordug Date: Mon, 10 Dec 2007 17:10:55 +0300 Subject: [U-Boot-Users] Moving from arch/ppc to arch/powerpc In-Reply-To: References: Message-ID: <20071210171055.0b4098b2@kernel.crashing.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 10 Dec 2007 09:16:41 +0000 Richard Danter wrote: > Hi all, > > Very quick question (I hope). I have U-Boot running on a board booting > an arch/ppc kernel. The U-Boot version is pre-DTB. If I want DTB > support in U-Boot, is it just a matter of re-compiling with a newer > version of U-Boot or are there board-specific changes needed (assuming > a DTB-supported CPU in use)? > it should be pretty apparent (since many fsl boards and some amcc 4xx have all necessities already). Normally, +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define OF_CPU "" should be enough, if you CPU family have necessary fdt hook-ups, or you may need add a few lines to BSP code. > Thanks > Rich > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > U-Boot-Users mailing list > U-Boot-Users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/u-boot-users -- Sincerely, Vitaly