From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 06 May 2013 19:42:45 -0400 Subject: [U-Boot] [PATCH v3 10/17] sandbox: fdt: Support fdt command for sandbox In-Reply-To: <1366483372-16523-11-git-send-email-sjg@chromium.org> References: <1366483372-16523-1-git-send-email-sjg@chromium.org> <1366483372-16523-11-git-send-email-sjg@chromium.org> Message-ID: <51883FF5.4050101@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: > By using map_sysmem() we can get the fdt command to work correctly with > sandbox. > > Signed-off-by: Simon Glass Acked-by: Gerald Van Baren > --- > Changes in v3: None > Changes in v2: > - Rebase to use updated fdt_valid() function > > common/cmd_fdt.c | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-)