From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 29 Jan 2015 10:14:29 -0700 Subject: [U-Boot] [PATCH 12/13] lcd: dt: extract simplefb support In-Reply-To: <1422530505-19054-13-git-send-email-nikita@compulab.co.il> References: <1422530505-19054-1-git-send-email-nikita@compulab.co.il> <1422530505-19054-13-git-send-email-nikita@compulab.co.il> Message-ID: <54CA6A75.7090008@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Acked-by: Stephen Warren