summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/imgmgmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/imgmgmt.c b/src/usr/imgmgmt.c
index 28801fe8..9fe2e149 100644
--- a/src/usr/imgmgmt.c
+++ b/src/usr/imgmgmt.c
@@ -89,7 +89,8 @@ int imgload ( struct image *image ) {
return rc;
/* If we succeed, move the image to the start of the list */
- promote_image ( image );
+#warning "No longer exists"
+ // promote_image ( image );
return 0;
}