diff options
author | Tom Rini <trini@ti.com> | 2012-12-03 06:47:05 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-03 06:47:05 -0700 |
commit | ce12a8c1a94a2b3d585feff387497f724b98e3ce (patch) | |
tree | 6e5db764e27df2465f5e4d9487c7561d14050064 /include/stdio_dev.h | |
parent | b04eb342af72d5dbcc29ccd7f3f9475044113361 (diff) | |
parent | 339c5111065c2b1893af1e4d6e9431b9496879a4 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r-- | include/stdio_dev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 23e0ee15f2..932d093345 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -120,5 +120,8 @@ int drv_nc_init (void); #ifdef CONFIG_JTAG_CONSOLE int drv_jtag_console_init (void); #endif +#ifdef CONFIG_CBMEM_CONSOLE +int cbmemc_init(void); +#endif #endif |