]> Git Repo - u-boot.git/blobdiff - cmd/cbfs.c
Merge patch series "Add AVS support for J721S2"
[u-boot.git] / cmd / cbfs.c
index 8a61f2c26f9eaf99dd29e5a7a14ca4d59b7afe7d..c1035461df1582cbee548424c06ba9478ca24807 100644 (file)
@@ -6,10 +6,10 @@
 /*
  * CBFS commands
  */
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <cbfs.h>
+#include <vsprintf.h>
 
 static int do_cbfs_init(struct cmd_tbl *cmdtp, int flag, int argc,
                        char *const argv[])
@@ -118,7 +118,7 @@ static int do_cbfs_ls(struct cmd_tbl *cmdtp, int flag, int argc,
                case CBFS_TYPE_CBFSHEADER:
                        type_name = "cbfs header";
                        break;
-               case CBFS_TYPE_STAGE:
+               case CBFS_TYPE_LEGACY_STAGE:
                        type_name = "stage";
                        break;
                case CBFS_TYPE_PAYLOAD:
This page took 0.025044 seconds and 4 git commands to generate.