From b60d4cfd5eb060d688e62d86fa9cf4271bf0873c Mon Sep 17 00:00:00 2001 From: Doug Anderson Date: Thu, 21 Jul 2011 10:49:01 -0700 Subject: 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 Reviewed-by: Anton Staaf --- include/configs/tegra2-common.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/configs/tegra2-common.h') 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" \ \ -- cgit v1.2.3