diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 21:48:26 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 21:48:26 -0500 |
commit | 2fd90ce575b02d189cbf443c85309bcd001aa393 (patch) | |
tree | 69d87b0c787bcced0029b130a36767e6a04b4012 /include/configs/integratorcp.h | |
parent | 37d4bb70586659dedef1658ce1bed071be098aec (diff) | |
download | u-boot-2fd90ce575b02d189cbf443c85309bcd001aa393.tar.gz |
include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/integratorcp.h')
-rw-r--r-- | include/configs/integratorcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index a517429345..191c5e61e3 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -84,8 +84,6 @@ #define CONFIG_CMD_PING -/* #define CONFIG_BOOTP_MASK CONFIG_BOOTP_DEFAULT */ - #if 0 #define CONFIG_BOOTDELAY 2 #define CONFIG_BOOTARGS "root=/dev/nfs nfsroot=<IP address>:/<exported rootfs> mem=128M ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0" |