X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6qarm2.h;h=e83aec6c21e798a10bca89419ca833af8ae0d249;hb=04ce68eee39eeaebbea60394cc0bba2c6ea49c12;hp=124a7a63ae807a07d01208ec47389a5520adaade;hpb=afd855d534de22aa625cb12aa9aa45e459f7de99;p=u-boot diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 124a7a63ae..e83aec6c21 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -86,6 +86,8 @@ "script=boot.scr\0" \ "uimage=uImage\0" \ "console=ttymxc3\0" \ + "fdt_high=0xffffffff\0" \ + "initrd_high=0xffffffff\0" \ "mmcdev=1\0" \ "mmcpart=2\0" \ "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ @@ -167,4 +169,6 @@ #define CONFIG_OF_LIBFDT +#define CONFIG_SYS_DCACHE_OFF + #endif /* __CONFIG_H */