Skip to content

Commit 796b226

Browse files
Zhiqiang-Houfabioestevam
authored andcommitted
configs: imx8m: enable the 'cpu' command
Enable the 'cpu' command and the depended imx CPU driver to display the CPU info and release CPU core to run baremetal or RTOS applications. Signed-off-by: Hou Zhiqiang <[email protected]>
1 parent effe1fd commit 796b226

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

configs/imx8mm_evk_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,6 @@ CONFIG_SDP_LOADADDR=0x40400000
118118
CONFIG_USB_GADGET_DOWNLOAD=y
119119
CONFIG_SPL_USB_SDP_SUPPORT=y
120120
CONFIG_IMX_WATCHDOG=y
121+
CONFIG_CPU=y
122+
CONFIG_CPU_IMX=y
123+
CONFIG_CMD_CPU=y

configs/imx8mn_evk_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ CONFIG_SYSRESET_PSCI=y
105105
CONFIG_SYSRESET_WATCHDOG=y
106106
CONFIG_DM_THERMAL=y
107107
CONFIG_IMX_WATCHDOG=y
108+
CONFIG_CPU=y
109+
CONFIG_CPU_IMX=y
110+
CONFIG_CMD_CPU=y

configs/imx8mp_evk_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
137137
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
138138
CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
139139
CONFIG_IMX_WATCHDOG=y
140+
CONFIG_CPU=y
141+
CONFIG_CPU_IMX=y
142+
CONFIG_CMD_CPU=y

0 commit comments

Comments
 (0)