From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Sun, 01 Feb 2015 15:58:11 +0200 Subject: [U-Boot] [PATCH 12/13] lcd: dt: extract simplefb support In-Reply-To: <54CA6A75.7090008@wwwdotorg.org> References: <1422530505-19054-1-git-send-email-nikita@compulab.co.il> <1422530505-19054-13-git-send-email-nikita@compulab.co.il> <54CA6A75.7090008@wwwdotorg.org> Message-ID: <54CE30F3.9010705@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, On 01/29/2015 07:14 PM, Stephen Warren wrote: > On 01/29/2015 04:21 AM, Nikita Kiryanov wrote: >> We now have api functions that can support compiling simplefb code as its own >> module. Since this code is not part of the display functionality, extract it >> to its own file. >> >> Raspberry Pi config file is updated to compile the new file. > > I don't see any config file updates. I think one isn't needed, since the config file must already have CONFIG_LCD_DT_SIMPLEFB enabled, since the existing code is under that ifdef. Yes that was a poor choice of words on my part. Should have been something like "...is updated to accommodate the changes". I'll fix it in a V2. > > Acked-by: Stephen Warren > -- Regards, Nikita Kiryanov