From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Apr 2012 13:44:59 +0200 Subject: [U-Boot] [PATCH] EXYNOS: Change bits per pixel value proper for u-boot. In-Reply-To: <4F9603C1.5070401@samsung.com> References: <4F9603C1.5070401@samsung.com> Message-ID: <20120424134459.3bb6d800@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 24 Apr 2012 10:37:05 +0900 Donghwa Lee wrote: > vl_bpix of vidinfo_t was changed proper value for u-boot. > It is used to multiple of 2 by using NBITS() macro. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin Park > --- > board/samsung/trats/trats.c | 2 +- > drivers/video/exynos_fb.c | 2 +- > drivers/video/exynos_fimd.c | 6 +++--- > 3 files changed, 5 insertions(+), 5 deletions(-) Acked-by: Anatolij Gustschin This patch should go through u-boot-samsung.git tree as the other exynos_fb patches are in this tree. Thanks, Anatolij