the following patch was just integrated into master: commit 7993afd7b1bb29dd3bcbc4ea3f56232ff30998be Author: Stefan Reinauer reinauer@chromium.org Date: Wed May 23 14:20:18 2012 -0700
ChromeOS: Remove remnants of FDT support
Originally, on ChromeBooks, coreboot would provide a modified u-boot device tree (FDT) to u-boot in CBMEM. However, u-boot can now create all the information it needs from the coreboot table and add it to its device tree itself. This means we can drop this (anyways unused) code.
Change-Id: I4ab20bbb8525e7349b18764aa202bbe81958d06a Signed-off-by: Stefan Reinauer reinauer@google.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Tue May 29 11:28:42 2012, giving +2 See http://review.coreboot.org/1052 for details.
-gerrit