]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/bootstage.c
bootstage: Drop unused options
[people/ms/u-boot.git] / common / bootstage.c
index 61479d7f07925ab604bfe605c2e13cd978a8fb09..efc99fc681089a120d4278a66c7f6a393ac81a4d 100644 (file)
@@ -456,7 +456,7 @@ int bootstage_unstash(const void *base, int size)
 
        if (data->rec_count + hdr->count > RECORD_COUNT) {
                debug("%s: Bootstage has %d records, we have space for %d\n"
-                       "- please increase CONFIG_BOOTSTAGE_USER_COUNT\n",
+                       "- please increase CONFIG_BOOTSTAGE_RECORD_COUNT\n",
                      __func__, hdr->count, RECORD_COUNT - data->rec_count);
                return -ENOSPC;
        }