1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2023 Google LLC
4 * Written by Simon Glass <sjg@chromium.org>
10 static int do_history(struct cmd_tbl
*cmdtp
, int flag
, int argc
,
13 cread_print_hist_list();
19 history
, CONFIG_SYS_MAXARGS
, 1, do_history
,
20 "print command history",