google/snow: fix coding style

cosmetics

Change-Id: Iea33768d901641861aa7b2c76af8753a848f584d
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2601
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
Stefan Reinauer 2013-03-06 15:56:14 -08:00 committed by Stefan Reinauer
parent 0f4c0e2669
commit 2323f3551f
1 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,8 @@ static int board_wakeup_permitted(void)
} }
#endif #endif
static void initialize_s5p_mshc(void) { static void initialize_s5p_mshc(void)
{
/* MMC0: Fixed, 8 bit mode, connected with GPIO. */ /* MMC0: Fixed, 8 bit mode, connected with GPIO. */
if (clock_set_mshci(PERIPH_ID_SDMMC0)) if (clock_set_mshci(PERIPH_ID_SDMMC0))
printk(BIOS_CRIT, "Failed to set clock for SDMMC0.\n"); printk(BIOS_CRIT, "Failed to set clock for SDMMC0.\n");
@ -69,9 +70,9 @@ static void initialize_s5p_mshc(void) {
static void graphics(void) static void graphics(void)
{ {
exynos_pinmux_config(PERIPH_ID_DPHPD, 0); exynos_pinmux_config(PERIPH_ID_DPHPD, 0);
} }
void main(void) void main(void)
{ {
struct mem_timings *mem; struct mem_timings *mem;