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)
commit2a58009599ff0d2bdbe7e3a9a11a0d838868634d
treedeaca25797eb96543e2c0aa4c49fdc07acb4fea3
parent12dca809ef785e451263351325d4806198040b40
ARM: shmobile: Let romImage rely on default ATAGS

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>
arch/arm/boot/compressed/head-shmobile.S