diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-31 18:10:53 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-01 20:55:48 -0500 |
commit | bd7dc3883bf4e61538e5519ca2d6798b3e8e0695 (patch) | |
tree | 67cc859dda648c22a12ada3c0e55dfeca20bfabe /include/configs | |
parent | a9d78260a8693f5dcfc6a3b61175467c76c273b4 (diff) | |
download | u-boot-imx-bd7dc3883bf4e61538e5519ca2d6798b3e8e0695.zip u-boot-imx-bd7dc3883bf4e61538e5519ca2d6798b3e8e0695.tar.gz u-boot-imx-bd7dc3883bf4e61538e5519ca2d6798b3e8e0695.tar.bz2 |
socfpga: Simplify Makefile filenames
We don't need the -dtb suffix anymore, so drop it.
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_mcvevk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_mcvevk.h b/include/configs/socfpga_mcvevk.h index e7b5675..f260a64 100644 --- a/include/configs/socfpga_mcvevk.h +++ b/include/configs/socfpga_mcvevk.h @@ -56,7 +56,7 @@ "netdev=eth0\0" \ "hostname=mcvevk\0" \ "kernel_addr_r=0x10000000\0" \ - "update_filename=u-boot-with-spl-dtb.sfp\0" \ + "update_filename=u-boot-with-spl.sfp\0" \ "update_sd_offset=0x800\0" \ "update_sd=" /* Update the SD firmware partition */ \ "if mmc rescan ; then " \ |