summaryrefslogtreecommitdiff
path: root/include/configs/tegra2-common.h
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2011-07-21 10:49:01 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:05 -0700
commitb60d4cfd5eb060d688e62d86fa9cf4271bf0873c (patch)
tree8a9571c8bca5967977537829ccdf0a494fd69283 /include/configs/tegra2-common.h
parent68fe6d830a8364c8b96a45d85f6d7d7541ab8128 (diff)
CHROMIUM: ARM: tegra: Remove TFTP user/serial# cruft.
A recent change went in that simplified the TFTP names. http://gerrit.chromium.org/gerrit/4477 We should remove the user/serial# (and assocated docs) to keep things clean. BUG=chromium-os:17858 TEST=booted Change-Id: I1875f62eea0e64bd0e14b3b8298fc993f07b58d2 Reviewed-on: http://gerrit.chromium.org/gerrit/4498 Tested-by: Doug Anderson <dianders@chromium.org> Reviewed-by: Anton Staaf <robotboy@chromium.org>
Diffstat (limited to 'include/configs/tegra2-common.h')
-rw-r--r--include/configs/tegra2-common.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index 0a5f4d8f86..c938d037eb 100644
--- a/include/configs/tegra2-common.h
+++ b/include/configs/tegra2-common.h
@@ -306,20 +306,11 @@
* and also have set tftpserverip/nfsserverip to something other than 0.0.0.0.
* For full network booting you just need tftpserverip. For full NFS root
* you neet to set both.
- *
- * We decorate the nfsroot name so that multiple users / boards can easily
- * share an NFS server:
- * user - username, e.g. 'frank'
- * board - board, e.g. 'seaboard'
- * serial - serial number, e.g. '1234'
*/
#define CONFIG_NETBOOT_SETTINGS \
"tftpserverip=0.0.0.0\0" \
"nfsserverip=0.0.0.0\0" \
\
- "user=user\0" \
- "serial#=1\0" \
- \
"rootaddr=0x12008000\0" \
"initrd_high=0xffffffff\0" \
\