From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 03 Feb 2015 13:20:45 +0000 Subject: [U-Boot] [PATCH 2/2] sunxi: video: Dynamically reserve framebuffer memory In-Reply-To: <1422903473-3822-2-git-send-email-hdegoede@redhat.com> References: <1422903473-3822-1-git-send-email-hdegoede@redhat.com> <1422903473-3822-2-git-send-email-hdegoede@redhat.com> Message-ID: <1422969645.9323.73.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2015-02-02 at 19:57 +0100, Hans de Goede wrote: > Only use CONFIG_SUNXI_MAX_FB_SIZE to reserve memory at the top when relocating > u-boot, and calculate the actual amount of memory necessary when setting up > the video-mode and use only that, freeing up some additional memory for use > by the kernel. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell