From 17615b22a4ee899091fe12f70f02a79f59af8b63 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 17 Feb 2015 12:04:25 -1000 Subject: Insure that CONFIG_ARCH_BOARD_xxx is defined and to be consistent with Nuttx build place them in defconfig files so that config.h will have ONFIG_ARCH_BOARD_xxx defined --- nuttx-configs/px4fmu-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx-configs/px4fmu-v1/nsh/defconfig') diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig index 539634e3d..86ed041ff 100644 --- a/nuttx-configs/px4fmu-v1/nsh/defconfig +++ b/nuttx-configs/px4fmu-v1/nsh/defconfig @@ -3,7 +3,6 @@ # Nuttx/ Configuration # CONFIG_NUTTX_NEWCONFIG=y - # # Build Setup # @@ -340,6 +339,7 @@ CONFIG_BOOT_RUNFROMFLASH=y # # Board Selection # +CONFIG_ARCH_BOARD_PX4FMU_V1=y CONFIG_ARCH_BOARD_CUSTOM=y CONFIG_ARCH_BOARD="" -- cgit v1.2.3