blob: 611a6038f4476bf837a7dfc4a11114c6c704ded9 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/*
2 * (C) Copyright 2016, ZIXC Corporation.
3 *
4 */
5
6#include <common.h>
7#include <asm/io.h>
8#include <asm/arch/hardware.h>
9
10#if DEBUG
11void show_boot_progress(int val)
12{
13 printf("show_boot_progress(%d)\n", val);
14}
15
16#endif