aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugfs/blobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugfs/blobs.h')
-rw-r--r--lib/debugfs/blobs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/debugfs/blobs.h b/lib/debugfs/blobs.h
index 4aa348153..54ca9f75d 100644
--- a/lib/debugfs/blobs.h
+++ b/lib/debugfs/blobs.h
@@ -7,5 +7,6 @@
#include "dev.h"
static const dirtab_t blobtab[] = {
- {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ}
+ {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ},
+ {"fip.bin", DEV_ROOT_QBLOBCTL + 1, 0x100000, O_READ, (void *)0x8000000}
};