diff options
Diffstat (limited to 'include/configs/yellowstone.h')
-rw-r--r-- | include/configs/yellowstone.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/yellowstone.h b/include/configs/yellowstone.h index f2cd053..092959e 100644 --- a/include/configs/yellowstone.h +++ b/include/configs/yellowstone.h @@ -200,7 +200,9 @@ #define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */ #define CONFIG_PHY_ADDR 1 /* PHY address, See schematics */ -#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 */ /* Partitions */ #define CONFIG_MAC_PARTITION |