diff options
author | Tom Rini <trini@ti.com> | 2015-02-18 08:46:50 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-18 08:46:50 -0500 |
commit | 1320112c8aa58345d71a5a46f3bf6a52589f1f2b (patch) | |
tree | 6172c6e175b759515bae9e5def62342b97401795 /common/bootm.c | |
parent | 9ec84f103b3f3e770043b06042e5d2d6f2339e39 (diff) | |
parent | c71a0164d9b23e624552fb614bcb426a11119b57 (diff) | |
download | u-boot-imx-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.zip u-boot-imx-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.tar.gz u-boot-imx-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-fdt
Diffstat (limited to 'common/bootm.c')
-rw-r--r-- | common/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bootm.c b/common/bootm.c index e2dc164..34f60bb 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -233,7 +233,7 @@ static int bootm_find_fdt(int flag, int argc, char * const argv[]) return 1; } - set_working_fdt_addr(images.ft_addr); + set_working_fdt_addr((ulong)images.ft_addr); return 0; } |