diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-17 18:00:38 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-12-23 00:08:56 +0900 |
commit | 752b75d64b33ac50fd55c3b262876a00694b98d4 (patch) | |
tree | 9948391b93d2d8b2e9da7e6909d68f291166efce /include | |
parent | 8ea4f49a47753150a6e7cdb3649764d06cd16427 (diff) | |
download | u-boot-imx-752b75d64b33ac50fd55c3b262876a00694b98d4.zip u-boot-imx-752b75d64b33ac50fd55c3b262876a00694b98d4.tar.gz u-boot-imx-752b75d64b33ac50fd55c3b262876a00694b98d4.tar.bz2 |
ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS
Now this environment is run-time set to the DTB name U-Boot is really
running with. Drop the static define.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/uniphier.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 0562598..b1106de 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -193,7 +193,6 @@ "fdt_addr=0x00100000\0" \ "fdt_addr_r=0x84100000\0" \ "fdt_size=0x00008000\0" \ - "fdt_file=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "kernel_addr=0x00200000\0" \ "kernel_addr_r=0x84200000\0" \ "kernel_size=0x00800000\0" \ |