summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/configs/README.txt2
-rw-r--r--misc/buildroot/configs/cortexm3-defconfig-4.3.33
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index d58b3f4d8..931cdd55d 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -46,7 +46,7 @@ avr-defconfig-4.3.3
cortexm3-defconfig-4.3.3
Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
- This configuration builds both gcc and g++.
+ This configuration builds gcc, g++ and the NXFLAT toolchain.
cortexm3-defconfig-nxflat
This configuration build an NXFLAT toolchain (only) for
diff --git a/misc/buildroot/configs/cortexm3-defconfig-4.3.3 b/misc/buildroot/configs/cortexm3-defconfig-4.3.3
index 6fb291871..1efe96dd9 100644
--- a/misc/buildroot/configs/cortexm3-defconfig-4.3.3
+++ b/misc/buildroot/configs/cortexm3-defconfig-4.3.3
@@ -103,7 +103,8 @@ BR2_INSTALL_LIBSTDCPP=y
#
# NuttX Binary Support
#
-# BR2_PACKAGE_NXFLAT is not set
+BR2_PACKAGE_NXFLAT=y
+BR2_PACKAGE_GENROMFS=y
#
# Common Toolchain Options