diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-10 09:29:01 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-10 09:29:01 -0500 |
commit | 80ff4f99b84b64edca3fd10da365ec1493be1c95 (patch) | |
tree | bc27069012648f0aaca46fc9850eb35be130b67c /include/configs/barco.h | |
parent | a1aa0bb502e25fd598b5e0ccdfb2c174921d714a (diff) | |
download | u-boot-imx-80ff4f99b84b64edca3fd10da365ec1493be1c95.zip u-boot-imx-80ff4f99b84b64edca3fd10da365ec1493be1c95.tar.gz u-boot-imx-80ff4f99b84b64edca3fd10da365ec1493be1c95.tar.bz2 |
include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/barco.h')
-rw-r--r-- | include/configs/barco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/barco.h b/include/configs/barco.h index 09078d4..0bb446f 100644 --- a/include/configs/barco.h +++ b/include/configs/barco.h @@ -92,6 +92,8 @@ #define CONFIG_CMD_EEPROM #define CONFIG_CMD_PCI +#undef CONFIG_CMD_NET + #define CONFIG_HUSH_PARSER 1 /* use "hush" command parser */ #define CONFIG_BOOTDELAY 1 @@ -116,7 +118,6 @@ */ #define CONFIG_PCI /* include pci support */ #undef CONFIG_PCI_PNP -#undef CFG_CMD_NET #define PCI_ENET0_IOADDR 0x80000000 #define PCI_ENET0_MEMADDR 0x80000000 |