Define CONFIG_CONS_INDEX to use ffuart as default console and fix compilation error related to undefined CONFIG_CONS_INDEX.
Signed-off-by: Lukasz Dalek <[email protected]> --- include/configs/h2200.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/h2200.h b/include/configs/h2200.h index de5299b..ef14dd3 100644 --- a/include/configs/h2200.h +++ b/include/configs/h2200.h @@ -124,6 +124,7 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART +#define CONFIG_CONS_INDEX 3 #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } -- 1.7.8.6 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

