On 2 April 2012 21:17, Oskar Andero <oskar.and...@gmail.com> wrote: > Signed-off-by: Oskar Andero <oskar.and...@gmail.com> > --- > hw/versatilepb.c | 80 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 80 insertions(+), 0 deletions(-)
This is just a cut-n-paste of the i2c device in hw/realview.c. Instead of duplicating the code we should pull it out into its own source file, give it a name which doesn't have 'realview' in it (since it's the same thing in all these boards) and then use that new device in all the boards which have it. -- PMM