hw/exynos4210_combiner.c: Drop excessive read/write access check.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
commit5181b50fc89d321cf79ed2f2fff5bec0b55e3011
tree8e3f1f119dbcb961dda3c8f9205bd3d7df4725bf
parent3f088e36de5a72a69e530d4bbf1fabaa507da0db
hw/exynos4210_combiner.c: Drop excessive read/write access check.

Access to reserved area at offset higher than 0x3c is allowed in
External Combiner. Samsung Galaxy Kernel implements this. So, drop
excessive checks in read/write functions.

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/exynos4210_combiner.c