X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=common%2Fstdio.c;h=9f48e5f5034da70cda786d8569a7287780868c9c;hp=605ff3fde3ea30e1f631043ea5003557360689c0;hb=98ab435f736f24b503c8a9dbacc3ee1556a58106;hpb=402ed0048a2e494d96f886ba14ff2caf0266e186 diff --git a/common/stdio.c b/common/stdio.c index 605ff3fde3..9f48e5f503 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -237,6 +237,8 @@ int stdio_init (void) #ifdef CONFIG_JTAG_CONSOLE drv_jtag_console_init (); #endif - +#ifdef CONFIG_CBMEM_CONSOLE + cbmemc_init(); +#endif return (0); }