ARM: rmobile: rcar-common: Zap arch_preboot_os()
authorEugeniu Rosca <erosca@de.adit-jv.com>
Tue, 9 Apr 2019 17:11:09 +0000 (19:11 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 9 Apr 2019 17:20:38 +0000 (19:20 +0200)
commitc8630bb09674e2b8496753929ac4d0a610583f1e
treeca32e66d6e3a8247f9b6f148f81f4fe4aadd980a
parent81abfa68f1df22fc50fe61a1a3c827b77781c88c
ARM: rmobile: rcar-common: Zap arch_preboot_os()

v2018.01 commit e23eb942ad103f ("ARM: rmobile: Stop using
rcar-common/common.c on Gen3") removed
board/renesas/rcar-common/common.c from the build chain with the
reasoning that calling arch_preboot_os() is no longer needed.

However, it left the arch_preboot_os() in place. Get rid of it.
This is done in preparation of resurrecting rcar-common/common.c.

NOTE: The three removed header includes (io.h, sys_proto.h, rcar-mstp.h)
are in direct relationship with the dropped arch_preboot_os() hook. The
other headers (common.h, rmobile.h) are going to be needed by pretty
much anything that is going to appear in the rcar common code. So, keep
the two in place.

Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
board/renesas/rcar-common/common.c