armv7/snow: Remove power_init from bootblock.
commit77608b21d3d745a10bba08fe316995a05f2371e2
authorHung-Te Lin <hungte@chromium.org>
Thu, 7 Feb 2013 13:25:15 +0000 (7 21:25 +0800)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 7 Feb 2013 17:15:26 +0000 (7 18:15 +0100)
treecbf1443c550cb3f31184329f899a4490d0f3a252
parent60485a3e915ad44783d564e07d5ed6e7b74b277b
armv7/snow: Remove power_init from bootblock.

The power_init is not required on Exynos 5250 (snow) in bootblock stage. To get
a cleaner and faster bootblock, we can remove it.

Note, power_init internally calls max77686 and s3c24x0_i2c, so both files are
also removed.

Verified to boot on armv7/snow.

Change-Id: I5b15dfe5ac7bf4650565fea0afefc94a228ece29
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: http://review.coreboot.org/2317
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/cpu/samsung/exynos5250/Makefile.inc
src/cpu/samsung/s5p-common/Makefile.inc
src/drivers/maxim/max77686/Makefile.inc
src/mainboard/google/snow/bootblock.c