diff options
author | wdenk <wdenk> | 2004-08-02 21:11:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-02 21:11:11 +0000 |
commit | 68ceb29e7133a0f972f53d3d61fd61207374baec (patch) | |
tree | aea2bf247ffeabcab9e908c152b316e269e2e5ee /include/configs/TQM860L.h | |
parent | 9aea95307fdb0ffe0d3a98a17ac73e5040c9756a (diff) | |
download | u-boot-68ceb29e7133a0f972f53d3d61fd61207374baec.tar.gz u-boot-68ceb29e7133a0f972f53d3d61fd61207374baec.tar.xz u-boot-68ceb29e7133a0f972f53d3d61fd61207374baec.zip |
Add support for console over UDP (compatible to Ingo Molnar's
netconsole patch under Linux)
Diffstat (limited to 'include/configs/TQM860L.h')
-rw-r--r-- | include/configs/TQM860L.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index adac808e73..bc0f7c7f75 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -97,6 +97,8 @@ CFG_CMD_IDE | \ CFG_CMD_DATE ) +#define CONFIG_NETCONSOLE + /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ #include <cmd_confdefs.h> |