]> Git Repo - J-u-boot.git/blobdiff - arch/arc/lib/bootm.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / arch / arc / lib / bootm.c
index 4f04aad34a7a01bef308f8f6a81efa6ca2c356d1..8f611efb56121f04ac3662e10a20935ad14d6635 100644 (file)
@@ -1,11 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <asm/cache.h>
 #include <common.h>
+#include <bootstage.h>
+#include <env.h>
+#include <image.h>
+#include <irq_func.h>
+#include <lmb.h>
+#include <asm/cache.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
This page took 0.026764 seconds and 4 git commands to generate.