summaryrefslogtreecommitdiff
path: root/apps/examples/elf/elf_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-08 11:08:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-08 11:08:01 -0600
commit3b785276e679bc8be4cb3046d757fb6caa40927d (patch)
tree6daec662562b3453114111b9f596f576ee9e633e /apps/examples/elf/elf_main.c
parent28c530634b32b793249bb66f0f08dd138d8de7bf (diff)
downloadnuttx-3b785276e679bc8be4cb3046d757fb6caa40927d.tar.gz
nuttx-3b785276e679bc8be4cb3046d757fb6caa40927d.tar.bz2
nuttx-3b785276e679bc8be4cb3046d757fb6caa40927d.zip
Add a ROMFS file system for testing the P-Code binary format
Diffstat (limited to 'apps/examples/elf/elf_main.c')
-rw-r--r--apps/examples/elf/elf_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/examples/elf/elf_main.c b/apps/examples/elf/elf_main.c
index ce43c241f..e1bdb4aa5 100644
--- a/apps/examples/elf/elf_main.c
+++ b/apps/examples/elf/elf_main.c
@@ -86,10 +86,6 @@
# error "You must not disable mountpoints via CONFIG_DISABLE_MOUNTPOINT in your configuration file"
#endif
-#ifdef CONFIG_BINFMT_DISABLE
-# error "You must not disable loadable modules via CONFIG_BINFMT_DISABLE in your configuration file"
-#endif
-
/* Describe the ROMFS file system */
#define SECTORSIZE 512