I think we should get rid of HAVE_MAINBOARD_RESOURCES.
Here's a patch that does that for i945 boards. The Roda board provided add_mainboard_resources(), but it was never called because it didn't select HAVE_MAINBOARD_RESOURCES in Kconfig.
Testing & suggestions welcome.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
Myles Watson wrote:
I think we should get rid of HAVE_MAINBOARD_RESOURCES.
Here's a patch that does that for i945 boards. The Roda board provided add_mainboard_resources(), but it was never called because it didn't select HAVE_MAINBOARD_RESOURCES in Kconfig.
Testing & suggestions welcome.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Peter Stuge peter@stuge.se
Maybe it's wise to get some feedback on testing before commit? On the other hand, maybe not. I think this should work.
//Peter
On Fri, Sep 10, 2010 at 4:01 PM, Peter Stuge peter@stuge.se wrote:
Myles Watson wrote:
I think we should get rid of HAVE_MAINBOARD_RESOURCES.
Here's a patch that does that for i945 boards. The Roda board provided add_mainboard_resources(), but it was never called because it didn't select HAVE_MAINBOARD_RESOURCES in Kconfig.
Testing & suggestions welcome.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Peter Stuge peter@stuge.se
Thanks.
Maybe it's wise to get some feedback on testing before commit? On the other hand, maybe not. I think this should work.
Checking it in might get me quicker test feedback :)
I was hoping someone with a board would test it first, though.
Thanks, Myles
On Fri, Sep 10, 2010 at 4:01 PM, Peter Stuge peter@stuge.se wrote:
Myles Watson wrote:
I think we should get rid of HAVE_MAINBOARD_RESOURCES.
Here's a patch that does that for i945 boards. The Roda board provided add_mainboard_resources(), but it was never called because it didn't select HAVE_MAINBOARD_RESOURCES in Kconfig.
Testing & suggestions welcome.
Signed-off-by: Myles Watson mylesgw@gmail.com
Acked-by: Peter Stuge peter@stuge.se
Rev 5803.
Thanks, Myles