This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new a8a492cb4fe boards/arm: Remove app-specific initialization
a8a492cb4fe is described below
commit a8a492cb4fe77ed6bc656e33fc2e3c4363b61d33
Author: Matteo Golin <[email protected]>
AuthorDate: Sat May 2 16:09:12 2026 -0400
boards/arm: Remove app-specific initialization
Now that initialization is performed by BOARD_LATE_INITIALIZE,
app-specific initialization options are not needed.
Signed-off-by: Matteo Golin <[email protected]>
---
boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx1/defconfig | 1 -
boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx2/defconfig | 1 -
boards/arm/samv7/same70-xplained/configs/twm4nx/defconfig | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx1/defconfig
b/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx1/defconfig
index 8a20380501d..a17a2088ce0 100644
--- a/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx1/defconfig
+++ b/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx1/defconfig
@@ -94,7 +94,6 @@ CONFIG_START_MONTH=5
CONFIG_START_YEAR=2019
CONFIG_SYMTAB_ORDEREDBYNAME=y
CONFIG_TASK_NAME_SIZE=0
-CONFIG_TWM4NX_ARCHINIT=y
CONFIG_TWM4NX_ICONMGR_NCOLUMNS=2
CONFIG_TWM4NX_KEYBOARD_DEVPATH="/dev/console"
CONFIG_TWM4NX_TOUCHSCREEN=y
diff --git a/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx2/defconfig
b/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx2/defconfig
index 7c9172c2ab0..e1910d614ed 100644
--- a/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx2/defconfig
+++ b/boards/arm/lpc54xx/lpcxpresso-lpc54628/configs/twm4nx2/defconfig
@@ -95,7 +95,6 @@ CONFIG_START_MONTH=5
CONFIG_START_YEAR=2019
CONFIG_SYMTAB_ORDEREDBYNAME=y
CONFIG_TASK_NAME_SIZE=0
-CONFIG_TWM4NX_ARCHINIT=y
CONFIG_TWM4NX_CONTEMPORARY=y
CONFIG_TWM4NX_ICONMGR_NCOLUMNS=2
CONFIG_TWM4NX_KEYBOARD_DEVPATH="/dev/console"
diff --git a/boards/arm/samv7/same70-xplained/configs/twm4nx/defconfig
b/boards/arm/samv7/same70-xplained/configs/twm4nx/defconfig
index e28547bb6dd..c0f338e8871 100644
--- a/boards/arm/samv7/same70-xplained/configs/twm4nx/defconfig
+++ b/boards/arm/samv7/same70-xplained/configs/twm4nx/defconfig
@@ -34,6 +34,7 @@ CONFIG_AT24XX_ADDR=0x57
CONFIG_AT24XX_EXTENDED=y
CONFIG_AT24XX_EXTSIZE=160
CONFIG_AT24XX_SIZE=2
+CONFIG_BOARDCTL=y
CONFIG_BOARD_LOOPSPERMSEC=51262
CONFIG_DRIVERS_VIDEO=y
CONFIG_ETH0_PHY_KSZ8081=y
@@ -113,7 +114,6 @@ CONFIG_START_DAY=28
CONFIG_START_MONTH=4
CONFIG_START_YEAR=2019
CONFIG_SYSTEM_PING=y
-CONFIG_TWM4NX_ARCHINIT=y
CONFIG_USART1_SERIAL_CONSOLE=y
CONFIG_VIDEO_FB=y
CONFIG_VNCSERVER=y