ARM: shmobile: Let romImage rely on default ATAGS
authorMagnus Damm <damm@opensource.se>
Wed, 5 Jun 2013 07:55:22 +0000 (07:55 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 12 Jun 2013 11:49:57 +0000 (20:49 +0900)
Remove the ATAGS data structure from head-shmobile.S
since a default ATAGS is already provided by the code
in arch/arm/kernel/atags_parser.c. Passing a NULL as
ATAGS is valid. For actual hardware specific setup
the fixup callback in the board code may be used.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

No differences found