lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* |
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 | ||||
11 | void show_boot_progress(int val) | ||||
12 | { | ||||
13 | printf("show_boot_progress(%d)\n", val); | ||||
14 | } | ||||
15 | |||||
16 | #endif |