mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 19:23:01 +09:00
With features AVB / dm-verity enabled, cmdline content is about to exceed previous maximum 2048 bytes. printk can not support long line exceed LOG_LINE_MAX which less than 1024. So loop printk until all content are printed in init/main.c. Change-Id: I4c40b5302d82122b93161fe30082f5abcfcad069 Signed-off-by: Tao Huang <huangtao@rock-chips.com>