Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
e31de8bceaf3e9ea759e99e48b1b9d85e21cc52a
/
.
/
boot
/
common
/
src
/
uboot
/
drivers
/
misc
/
debug.c
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