From a98f188f044e3d4d67232b256a90bf9221b6ab8e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 15 Oct 2017 13:49:19 -0600 Subject: [PATCH] configs: Fix some configuration proglems found in build testing. --- configs/lm3s6965-ek/nx/defconfig | 2 +- configs/olimex-lpc1766stk/nx/defconfig | 2 +- configs/zp214xpa/nxlines/defconfig | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/lm3s6965-ek/nx/defconfig b/configs/lm3s6965-ek/nx/defconfig index b4a901c2e6..e5a20dbdfd 100644 --- a/configs/lm3s6965-ek/nx/defconfig +++ b/configs/lm3s6965-ek/nx/defconfig @@ -19,7 +19,6 @@ CONFIG_EXAMPLES_NX_BGCOLOR=0x02 CONFIG_EXAMPLES_NX_BPP=4 CONFIG_EXAMPLES_NX_COLOR1=0x0a CONFIG_EXAMPLES_NX_COLOR2=0x0c -CONFIG_EXAMPLES_NX_EXTERNINIT=y CONFIG_EXAMPLES_NX_FONTCOLOR=0x00 CONFIG_EXAMPLES_NX_TBCOLOR=0x08 CONFIG_EXAMPLES_NX=y @@ -35,6 +34,7 @@ CONFIG_NX_KBD=y CONFIG_NX_XYINPUT_MOUSE=y CONFIG_NX=y CONFIG_NXFONT_SANS23X27=y +CONFIG_NXSTART_EXTERNINIT=y CONFIG_NXTK_BORDERCOLOR1=0x08 CONFIG_NXTK_BORDERCOLOR2=0x04 CONFIG_NXTK_BORDERCOLOR3=0x0c diff --git a/configs/olimex-lpc1766stk/nx/defconfig b/configs/olimex-lpc1766stk/nx/defconfig index 6ec7e44e0c..b28e6fe2ca 100644 --- a/configs/olimex-lpc1766stk/nx/defconfig +++ b/configs/olimex-lpc1766stk/nx/defconfig @@ -17,7 +17,6 @@ CONFIG_EXAMPLES_NX_BGCOLOR=0x02 CONFIG_EXAMPLES_NX_BPP=8 CONFIG_EXAMPLES_NX_COLOR1=0xdf CONFIG_EXAMPLES_NX_COLOR2=0xbe -CONFIG_EXAMPLES_NX_EXTERNINIT=y CONFIG_EXAMPLES_NX_FONTCOLOR=0x00 CONFIG_EXAMPLES_NX_TBCOLOR=0x92 CONFIG_EXAMPLES_NX=y @@ -39,6 +38,7 @@ CONFIG_NX_KBD=y CONFIG_NX_XYINPUT_MOUSE=y CONFIG_NX=y CONFIG_NXFONT_SANS23X27=y +CONFIG_NXSTART_EXTERNINIT=y CONFIG_NXTK_BORDERCOLOR1=6 CONFIG_NXTK_BORDERCOLOR2=4 CONFIG_NXTK_BORDERCOLOR3=8 diff --git a/configs/zp214xpa/nxlines/defconfig b/configs/zp214xpa/nxlines/defconfig index faf52760f8..aec5785d81 100644 --- a/configs/zp214xpa/nxlines/defconfig +++ b/configs/zp214xpa/nxlines/defconfig @@ -30,6 +30,7 @@ CONFIG_NX_BLOCKING=y CONFIG_NX_WRITEONLY=y CONFIG_NX=y CONFIG_NXFONT_MONO5X8=y +CONFIG_NXSTART_EXTERNINIT=y CONFIG_NXTK_BORDERCOLOR1=0x01 CONFIG_NXTK_BORDERCOLOR2=0x01 CONFIG_NXTK_BORDERCOLOR3=0x01