ARM: ux500: Remove duplicate DT_MACHINE_START - make u8500 for generic
authorLee Jones <lee.jones@linaro.org>
Mon, 15 Oct 2012 07:55:17 +0000 (08:55 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 12:02:24 +0000 (13:02 +0100)
The u8500 and u9540 DT_MACHINE_START calls are almost identical
at the moment, referencing exactly the same function pointers.
Until this changes we may as well convert the original one to
be more generic and use that instead.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found