summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2019-11-25 09:07:38 +0100
committerTom Rini <trini@konsulko.com>2019-12-06 16:44:18 -0500
commit993c912d304d0aee0cd2f71ca4ff274741bf218c (patch)
treeec44ebcff20530f73ad458b3993f92c39716eeab /cmd/Kconfig
parent2373cba3d2d5d182378c0259cf609438355bfece (diff)
cmd: sysboot: Create a sysboot command dedicated file
Extract all sysboot command related code from pxe.c to new sysboot.c Update Kconfig to insure that DISTRO_DEFAULT select new CMD_SYSBOOT command. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 3b3722feb4..a2b9e19bbe 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1671,6 +1671,12 @@ config CMD_SOUND
sound init - set up sound system
sound play - play a sound
+config CMD_SYSBOOT
+ bool "sysboot"
+ select MENU
+ help
+ Boot image via local extlinux.conf file
+
config CMD_QFW
bool "qfw"
select QFW