diff options
| author | Albert ARIBAUD \(3ADEV\) <[email protected]> | 2016-09-26 09:08:04 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-10-06 09:06:16 +0200 |
| commit | 083e4fd401f5a29343c28333a5b83693b44bea5a (patch) | |
| tree | 94cae86f5b707293e13ad61130d2cb85009cd8cd /include | |
| parent | 27f7d4f5f754d0eb124a8aa8e92d0dd578e15286 (diff) | |
pcm052: remove target-specific dtb name from env
Signed-off-by: Albert ARIBAUD (3ADEV) <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/pcm052.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h index 0f749888896..7ba8e0a65ab 100644 --- a/include/configs/pcm052.h +++ b/include/configs/pcm052.h @@ -124,7 +124,7 @@ "blimg_addr=0x81000400\0" \ "kernel_file=zImage\0" \ "kernel_addr=0x82000000\0" \ - "fdt_file=vf610-pcm052.dtb\0" \ + "fdt_file=zImage.dtb\0" \ "fdt_addr=0x81000000\0" \ "ram_file=uRamdisk\0" \ "ram_addr=0x83000000\0" \ |
