diff options
author | Stefan Roese <sr@denx.de> | 2005-10-20 16:34:28 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-10-20 16:34:28 +0200 |
commit | 1e25f957c845878bf3f71425f2f5d2baef897470 (patch) | |
tree | 2f6d55db6f2a7526ec0056e3c82e9f8444ec5152 /include/configs/ocotea.h | |
parent | a93316c5e9d79a1d2358d43af8d287ee28596028 (diff) | |
download | u-boot-imx-1e25f957c845878bf3f71425f2f5d2baef897470.zip u-boot-imx-1e25f957c845878bf3f71425f2f5d2baef897470.tar.gz u-boot-imx-1e25f957c845878bf3f71425f2f5d2baef897470.tar.bz2 |
Add NetConsole Support for AMCC eval boards
Patch by Stefan Roese, 20 Oct 2005
Diffstat (limited to 'include/configs/ocotea.h')
-rw-r--r-- | include/configs/ocotea.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 5a27c02..49dd487 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -269,7 +269,9 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ #define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ -#define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */ +#define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */ + +#define CONFIG_NETCONSOLE /* include NetConsole support */ /*----------------------------------------------------------------------- * PCI stuff |