]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: remove unused VIDEOLFB ATAG
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 18 Jun 2010 10:31:10 +0000 (19:31 +0900)
committerWolfgang Denk <wd@denx.de>
Tue, 22 Jun 2010 22:11:10 +0000 (00:11 +0200)
commit47ea6edfb3004fb2d2a979e19c3f6e4e32f45e51
tree201f4962c89f21f4cdcc0287d51ca64467339939
parentceeba0030844b2e84ce4e47f4be7ad347cd1e827
ARM: remove unused VIDEOLFB ATAG

ATAG_VIDEOLFB is not used anywhere.
The belowing warning is occurred due to this ATAG.

[    0.000000] Ignoring unrecognised tag 0x54410008

This patch fixed it.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Martin Krause <Martin.Krause@tqs.de>
arch/arm/lib/bootm.c