]> Git Repo - u-boot.git/blobdiff - include/configs/rk3188_common.h
rockchip: utilize CONFIG_DEFAULT_FDT_FILE
[u-boot.git] / include / configs / rk3188_common.h
index d4ffa041f803288742d3dc4c0bc9f74706131630..1a0f28d2a7783ea6a4a72ea28d047561a7760e0d 100644 (file)
@@ -61,6 +61,7 @@
 /* Linux fails to load the fdt if it's loaded above 256M on a Rock board,
  * so limit the fdt reallocation to that */
 #define CONFIG_EXTRA_ENV_SETTINGS \
+       "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        "fdt_high=0x6fffffff\0" \
        "initrd_high=0x6fffffff\0" \
        "partitions=" PARTS_DEFAULT \
This page took 0.025111 seconds and 4 git commands to generate.