Re: [PATCH 09/10] ARM: vexpress: move HBI check to sysreg driver

2014-04-30 Thread Lee Jones
> The last reason for static memory mapping is the HBI (board > identification number) check early in the machine code. > > Moving the check to the sysreg driver makes it possible to > completely remove the early mapping and init functions. > > Signed-off-by: Pawel Moll > --- > arch/arm/mach-ve

[PATCH 09/10] ARM: vexpress: move HBI check to sysreg driver

2014-04-28 Thread Pawel Moll
The last reason for static memory mapping is the HBI (board identification number) check early in the machine code. Moving the check to the sysreg driver makes it possible to completely remove the early mapping and init functions. Signed-off-by: Pawel Moll --- arch/arm/mach-vexpress/v2m.c | 49