summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-31 18:10:53 -0700
committerTom Rini <trini@konsulko.com>2016-02-01 20:55:48 -0500
commitbd7dc3883bf4e61538e5519ca2d6798b3e8e0695 (patch)
tree67cc859dda648c22a12ada3c0e55dfeca20bfabe /include
parenta9d78260a8693f5dcfc6a3b61175467c76c273b4 (diff)
downloadblackbird-obmc-uboot-bd7dc3883bf4e61538e5519ca2d6798b3e8e0695.tar.gz
blackbird-obmc-uboot-bd7dc3883bf4e61538e5519ca2d6798b3e8e0695.zip
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')
-rw-r--r--include/configs/socfpga_mcvevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_mcvevk.h b/include/configs/socfpga_mcvevk.h
index e7b56754cf..f260a6402d 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 " \
OpenPOWER on IntegriCloud