[PATCH] ARM pca-a-l1: fix board_init
Jürgen Kilb
j.kilb at phytec.de
Mon Jan 23 16:17:53 EST 2012
Hi Jean-Christophe
On 23.01.2012 11:40, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 22:25 Fri 20 Jan , Juergen Kilb wrote:
>> board_init was moved to pure_initcall. broken since:
>>
>> commit 0adce7ec683b4b325f51de4ac8892b32925d7ef8
>> Author: Sascha Hauer<s.hauer at pengutronix.de>
>> Date: Sun Jan 15 21:11:17 2012 +0100
>>
>> ARM omap3: move board_init to pure_initcall
>>
>> board_init initializes the mux and sdram. For both there is no
>> need to configure this so early. Move the code to a pure_initcall
>> and remove the surrounding unneeded code.
>>
>> Signed-off-by: Sascha Hauer<s.hauer at pengutronix.de>
>> Tested-by: Sanjeev Premi<premi at ti.com>
>>
>> Signed-off-by: Juergen Kilb<J.Kilb at phytec.de>
> can't you fix all in one patch?
I'v used separate patches because the break was created by two different
commits and the other two doesn't depend on each other.
>> ---
>> arch/arm/boards/phycard-a-l1/pca-a-l1.c | 8 +++++---
>> arch/arm/mach-omap/Kconfig | 1 -
>> barebox_default_env.gz | Bin 0 -> 2656 bytes
>> 3 files changed, 5 insertions(+), 4 deletions(-)
>> create mode 100644 barebox_default_env.gz
> ???
ups.. have not seen this. Was a result of 'git add .'
> Best Regards,
> J.
greetings,
Jürgen
More information about the barebox
mailing list