diff options
| author | Tom Rini <[email protected]> | 2018-11-23 17:25:27 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-23 17:25:27 -0500 |
| commit | 5830791d91d1200854ef78fcb32f808c8080f0f0 (patch) | |
| tree | c9ec3c59244371d8ad9992a2ba332a7b50d33950 /cmd | |
| parent | a3e1653ddeb02f39481eba572275016171e9670c (diff) | |
| parent | a58986ca8b53d8c7a441397082f84edc7f47d19f (diff) | |
Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
Various minor sandbox improvements
Better buildman warning handling
Misc other things
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fdt.c b/cmd/fdt.c index 8a19a3fdbf2..84be26f4f19 100644 --- a/cmd/fdt.c +++ b/cmd/fdt.c @@ -202,7 +202,7 @@ static int do_fdt(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) fdt_strerror(err)); return 1; } - working_fdt = newaddr; + set_working_fdt_addr((ulong)newaddr); #ifdef CONFIG_OF_SYSTEM_SETUP /* Call the board-specific fixup routine */ } else if (strncmp(argv[1], "sys", 3) == 0) { |
