Hi QMiller,
Thanks for your reply.
I don't find but include/configs/imx8mm_evk.h
I have put this :
#define CONFIG_BOOTDELAY -2
#define CONFIG_DISABLE_CONSOLE #define CONFIG_SILENT_CONSOLE #define CONFIG_SYS_DEVICE_NULLDEV
I have put code in board_early_init_f(board/freescale/imx8mm_evk/imx8mm_evk.c), gd->flags |= (GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE
The only thing that is working is that autoboot has no delay anymore (Hit key ...).
For my question to silent kernel permanently, do you know where to set bootargs ?
Best regards