diff options
Diffstat (limited to 'common/devices.c')
| -rw-r--r-- | common/devices.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/common/devices.c b/common/devices.c index ce3b7a00f..38f1bbc6a 100644 --- a/common/devices.c +++ b/common/devices.c @@ -240,6 +240,9 @@ int devices_init (void)  #ifdef CONFIG_NETCONSOLE  	drv_nc_init ();  #endif +#ifdef CONFIG_JTAG_CONSOLE +	drv_jtag_console_init (); +#endif  	return (0);  }  |