]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Add Kconfig option for multiprocessor cmds
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Mon, 17 Jan 2022 09:16:50 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 15:35:10 +0000 (10:35 -0500)
commit480245cf273dfd14536dc2b30aff0a733b71a1ed
tree3ff70c21854c4a1bdbf60414d6fead53c0982049
parentc28f2499952a78609e80d3b1f7aca9b0aab8d6d6
cmd: Add Kconfig option for multiprocessor cmds

Add Kconfig option(CONFIG_CMD_MP) to enable or disable multiprocessor
commands. Compile cmd/mp.c based on CONFIG_CMD_MP.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Kconfig
cmd/Kconfig
cmd/Makefile