Re: [U-Boot] [PATCH] rockchip: Turn on CONFIG_DEBUG_LL for firefly

2015-11-13 Thread Ariel D'Alessandro
Eze, El 12/11/15 a las 19:11, Ezequiel Garcia escribió: > On 12 November 2015 at 18:42, Ariel D'Alessandro > wrote: >> CONFIG_DEBUG_UART is enabled in defconfig, but there's no Low-level >> debugging functions implemented, so build fails because of undefined >>

Re: [U-Boot] [PATCH] rockchip: Turn on CONFIG_DEBUG_LL for firefly

2015-11-12 Thread Ezequiel Garcia
On 12 November 2015 at 18:42, Ariel D'Alessandro wrote: > CONFIG_DEBUG_UART is enabled in defconfig, but there's no Low-level > debugging functions implemented, so build fails because of undefined > references to `printch' in common/console.c. > In order to fix this,

[U-Boot] [PATCH] rockchip: Turn on CONFIG_DEBUG_LL for firefly

2015-11-12 Thread Ariel D'Alessandro
CONFIG_DEBUG_UART is enabled in defconfig, but there's no Low-level debugging functions implemented, so build fails because of undefined references to `printch' in common/console.c. In order to fix this, enable CONFIG_DEBUG_LL. Signed-off-by: Ariel D'Alessandro ---