summaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-02-04 08:19:23 -0500
committerTom Rini <[email protected]>2021-02-04 08:19:23 -0500
commit21cb717e79e3f6588abae52fe55e2c415850c913 (patch)
treea471725c36bdb2d8578b2343ff0b8a5488db744b /include/init.h
parent67472aa0594186a203e4384ef82b313b0b5922e9 (diff)
parent6f5edbaf938952e4a9860727c633dcaa36caf699 (diff)
Merge tag 'dm-pull-3feb21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Support late device removal Allow booting a 32-bit system with a top memory address beyond 4 GiB
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/init.h b/include/init.h
index 980be279936..88f84599e9e 100644
--- a/include/init.h
+++ b/include/init.h
@@ -326,7 +326,8 @@ void relocate_code(ulong start_addr_sp, struct global_data *new_gd,
#endif
/* Print a numeric value (for use in arch_print_bdinfo()) */
-void bdinfo_print_num(const char *name, ulong value);
+void bdinfo_print_num_l(const char *name, ulong value);
+void bdinfo_print_num_ll(const char *name, unsigned long long value);
/* Print a clock speed in MHz */
void bdinfo_print_mhz(const char *name, unsigned long hz);