From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 04 Feb 2015 08:38:20 +0000 Subject: [U-Boot] [PATCH 1/2] sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebuffer In-Reply-To: <54D10C93.4060002@redhat.com> References: <1422903473-3822-1-git-send-email-hdegoede@redhat.com> <1422969603.9323.72.camel@hellion.org.uk> <54D10C93.4060002@redhat.com> Message-ID: <1423039100.12551.33.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 Tue, 2015-02-03 at 18:59 +0100, Hans de Goede wrote: > Then we need to keep track of if that callback succeeded, because without > the reservation we should not enable simplefb. I would prefer to just > keep this bit as is. OK then. With the comment fixed up: Acked-by: Ian Campbell