diff options
author | Alexander Graf <agraf@suse.de> | 2016-03-04 01:10:11 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-15 21:30:13 -0400 |
commit | da3e620d68ba06d7cb501f4756db7a3caf90e215 (patch) | |
tree | d1a1ce1df2384fa016052b2f8bca4831a5b53c11 /include/configs/hikey.h | |
parent | e4a7394ad2ea7511811370a53deeaa168bb273fc (diff) | |
download | u-boot-da3e620d68ba06d7cb501f4756db7a3caf90e215.tar.gz |
arm64: Replace fdt_name env variables with fdtfile
The commonly defined environment variable to determine the device tree
file name is called fdtfile rather than fdt_name. Replace all occurences
of fdt_name with fdtfile.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/hikey.h')
-rw-r--r-- | include/configs/hikey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 2c89bd93ec..0851626ea8 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -118,7 +118,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "kernel_name=Image\0" \ "kernel_addr_r=0x00080000\0" \ - "fdt_name=hi6220-hikey.dtb\0" \ + "fdtfile=hi6220-hikey.dtb\0" \ "fdt_addr_r=0x02000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ |