blob: 611a6038f4476bf837a7dfc4a11114c6c704ded9 [file] [log] [blame]
/*
* (C) Copyright 2016, ZIXC Corporation.
*
*/
#include <common.h>
#include <asm/io.h>
#include <asm/arch/hardware.h>
#if DEBUG
void show_boot_progress(int val)
{
printf("show_boot_progress(%d)\n", val);
}
#endif