From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 06 May 2013 19:43:52 -0400 Subject: [U-Boot] [PATCH v3 12/17] Revert "fdt- Tell the FDT library where the device tree is" In-Reply-To: <1366483372-16523-13-git-send-email-sjg@chromium.org> References: <1366483372-16523-1-git-send-email-sjg@chromium.org> <1366483372-16523-13-git-send-email-sjg@chromium.org> Message-ID: <51884038.6000603@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/20/2013 02:42 PM, Simon Glass wrote: > This reverts commit 3b73459ea3421e9f8c6c8c62e1d3fe458ca5bc56. > > In practice it doesn't seem like a good idea to make the the working > FDT point to the control FDT. Now that we can access the control FDT > using the 'fdt' command, there is no need for this feature. Remove it. > > Signed-off-by: Simon Glass Acked-by: Gerald Van Baren > --- > Changes in v3: None > Changes in v2: > - Revert the whole change including the set_working_fdt_addr() part > > common/main.c | 8 -------- > 1 file changed, 8 deletions(-)