diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 22:08:34 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 22:08:34 -0500 |
commit | 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3 (patch) | |
tree | 2544ec984aed176006f720f0ea903509e5e97bba /include/cmd_confdefs.h | |
parent | d3b8c1a743dcd31625c99e6a44590f207eb00028 (diff) | |
download | u-boot-imx-1fe80d79c5c4e52d3410a7ab4b8515da095cdab3.zip u-boot-imx-1fe80d79c5c4e52d3410a7ab4b8515da095cdab3.tar.gz u-boot-imx-1fe80d79c5c4e52d3410a7ab4b8515da095cdab3.tar.bz2 |
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
All of the choices for CONFIG_BOOTP_ are now documented in
the README file. You must now individually select exactly
the set that you want using a series of
#define CONFIG_BOOTP_<x>
statements in the board port config files now.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/cmd_confdefs.h')
-rw-r--r-- | include/cmd_confdefs.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h deleted file mode 100644 index 3bfb2ae..0000000 --- a/include/cmd_confdefs.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * (C) Copyright 2000-2002 - * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - */ - -#ifndef _CMD_CONFIG_H -#define _CMD_CONFIG_H - -/* - * Temporary placeholder until all users directly - * include the proper include file, "config_bootp.h". - */ -#include "config_bootp.h" - -#endif /* _CMD_CONFIG_H */ |