diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ds414.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ds414.h b/include/configs/ds414.h index f8273a92f11..76d1713fdc6 100644 --- a/include/configs/ds414.h +++ b/include/configs/ds414.h @@ -50,7 +50,7 @@ "ethmtu=1500\0eth1mtu=1500\0" \ "update_uboot=sf probe; dhcp; " \ "mw.b ${loadaddr} 0x0 0xd0000; " \ - "tftpboot ${loadaddr} u-boot-spl.kwb; " \ + "tftpboot ${loadaddr} u-boot-with-spl.kwb; " \ "sf update ${loadaddr} 0x0 0xd0000\0" |
