提交 a7925078 编写于 作者: S Siarhei Siamashka 提交者: Hans de Goede

sunxi: Enable pre-console buffer

This allows to always have a complete log on the VGA/HDMI/LCD console.
Signed-off-by: NSiarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NHans de Goede <hdegoede@redhat.com>
上级 27669667
......@@ -272,6 +272,12 @@
#ifndef CONFIG_SPL_BUILD
#include <config_distro_defaults.h>
/* Enable pre-console buffer to get complete log on the VGA console */
#define CONFIG_PRE_CONSOLE_BUFFER
#define CONFIG_PRE_CON_BUF_SZ (1024 * 1024)
/* Use the room between the end of bootm_size and the framebuffer */
#define CONFIG_PRE_CON_BUF_ADDR 0x4f000000
/*
* 240M RAM (256M minimum minus space for the framebuffer),
* 32M uncompressed kernel, 16M compressed kernel, 1M fdt,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册