summaryrefslogtreecommitdiff
path: root/include/configs/tegra2-common.h
diff options
context:
space:
mode:
authorNick Sanders <nsanders@chromium.org>2011-07-20 23:00:11 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:04 -0700
commit0b9cc09cdd110912142a3cde0460b53b1853f779 (patch)
tree97fcc31fcee1c9749b026333f3e729899531b8f9 /include/configs/tegra2-common.h
parent61779cad71f91fb01925f4aabadfbf3d08a4ff7c (diff)
Simplify naming of netboot artifacts
vmlinux.uimg, initrd.uimg BUG=chromium-os:17858 TEST=boots these images Change-Id: Ieae5b045b46b06c30b4f25766753aa2ac95064b1 Reviewed-on: http://gerrit.chromium.org/gerrit/4477 Reviewed-by: Rong Chang <rongchang@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: Nick Sanders <nsanders@chromium.org>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r--include/configs/tegra2-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 7d78faa9cf..0a5f4d8f86 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -335,11 +335,11 @@
\
"tftp_setup=" \
"setenv tftpkernelpath " \
- "/tftpboot/uImage-${user}-${board}-${serial#}; " \
+ "/tftpboot/vmlinux.uimg; " \
"setenv tftprootpath " \
- "/tftpboot/initrd-${user}-${board}-${serial#}; " \
+ "/tftpboot/initrd.uimg; " \
"setenv rootpath " \
- "/export/nfsroot-${user}-${board}-${serial#}; " \
+ "/export/nfsroot; " \
"setenv autoload n\0" \
"initrdroot_boot=" \
"run tftp_setup; " \