From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 9 Jul 2012 05:24:15 -0700 Subject: [U-Boot] [PATCH 05/12] ARM: rpi_b: enable CONFIG_OF_LIBFDT In-Reply-To: <1341367375-11467-6-git-send-email-swarren@wwwdotorg.org> References: <1341367375-11467-1-git-send-email-swarren@wwwdotorg.org> <1341367375-11467-6-git-send-email-swarren@wwwdotorg.org> Message-ID: <20120709122415.GC18795@oliver-linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 03, 2012 at 08:02:48PM -0600, Stephen Warren wrote: > This allows bootm/bootz to pass a device tree to the kernel. > > Signed-off-by: Stephen Warren FWIW, I would combine this, 6 and 7 into a single commit and say "Enable booting the Linux Kernel" and in the body mention that today we use ATAGS and as the code moves into mainline device trees will be used and required, so enable both for now. This is roughly what I'm saying in my to-post series enhancing the am335x_evm support. -- Tom