From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 23 Oct 2018 21:00:48 +0200 Subject: [U-Boot] [PATCH 4/5] sunxi: display: Mark sunxi_rgb2yuv_coef array as const In-Reply-To: <29cd77384409907664c9780ed6a071555d3abc2a.1540314698.git-series.plaes@plaes.org> References: <29cd77384409907664c9780ed6a071555d3abc2a.1540314698.git-series.plaes@plaes.org> Message-ID: <20181023210048.6e2ed936@crub> 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, 23 Oct 2018 20:20:31 +0300 Priit Laes plaes at plaes.org wrote: >sunxi_rgb2yuv_coef is readonly and never modified. > >Signed-off-by: Priit Laes Acked-by: Anatolij Gustschin