coreboot-kgpe-d16/src/cpu/samsung
Gabe Black 1e797bdb79 exynos5250: Simplify the graphics code by eliminating the unused color map.
The code that allocated space for the framebuffer was adding space for a
vestigial color map which was never used. It was also passing around a
structure which was used to calculate a single value which was already known
when that structure was put together. Eliminate the extra space, and pass the
single value instead of the structure.

Change-Id: Ia6a41cefdf8b29fe7d68f9596a156eced6eb5df8
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3652
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-07-10 21:06:20 +02:00
..
exynos5250 exynos5250: Simplify the graphics code by eliminating the unused color map. 2013-07-10 21:06:20 +02:00
exynos5420 exynos5420: Replace the 5250 GPIO code with code that should work on 5420. 2013-07-10 20:09:54 +02:00
Kconfig pit: Create an exynos5420 directory which is nearly a copy of exynos5250. 2013-07-10 20:08:53 +02:00
Makefile.inc pit: Create an exynos5420 directory which is nearly a copy of exynos5250. 2013-07-10 20:08:53 +02:00