From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 06 May 2013 19:41:33 -0400 Subject: [U-Boot] [PATCH v3 09/17] fdt: Allow fdt command to check and update control FDT In-Reply-To: <1366483372-16523-10-git-send-email-sjg@chromium.org> References: <1366483372-16523-1-git-send-email-sjg@chromium.org> <1366483372-16523-10-git-send-email-sjg@chromium.org> Message-ID: <51883FAD.2070607@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: > There is an existing fdt command to deal with the working FDT. Enhance this > to support the control FDT also (CONFIG_OF_CONTROL). > > Signed-off-by: Simon Glass Acked-by: Gerald Van Baren > --- > Changes in v3: > - Remove #ifdefs which are not needed now that we have generic global_data > > Changes in v2: > - Correct bug in setting control FDT > - Fix checkpatch checks about parenthesis alignment > > common/cmd_fdt.c | 47 ++++++++++++++++++++++++++++++++++------------- > 1 file changed, 34 insertions(+), 13 deletions(-)