]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/bootm.c
net: cosmetic: Fix var naming net <-> eth drivers
[karo-tx-uboot.git] / common / bootm.c
index e2dc16486b3bf0dba90c736bba3cd3a7a0a762ee..6842029dfb4c31dd87d6a6a9152b7f04e71aeb3d 100644 (file)
@@ -13,6 +13,7 @@
 #include <fdt_support.h>
 #include <lmb.h>
 #include <malloc.h>
+#include <mapmem.h>
 #include <asm/io.h>
 #include <linux/lzo.h>
 #include <lzma/LzmaTypes.h>
@@ -233,7 +234,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;
 }