@@ -1,17 +1,15 @@
// SPDX-License-Identifier: GPL-2.0+
/*
+ * Implements the 'bd' command to show board information
+ *
* (C) Copyright 2003
* Wolfgang Denk, DENX Software Engineering, wd at denx.de.
*/
-/*
- * Boot support
- */
#include <common.h>
#include <command.h>
#include <env.h>
#include <vsprintf.h>
-#include <linux/compiler.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -102,8 +100,6 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
return 0;
}
-/* -------------------------------------------------------------------- */
-
U_BOOT_CMD(
bdinfo, 1, 1, do_bdinfo,
"print Board Info structure",