Skip to content
Snippets Groups Projects
Commit 7477fa0a authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

config:tr8m: Added Edgehog boot mode

parent e69e22ff
No related branches found
No related tags found
1 merge request!115cmd: Activated the boot mode command for TANARO
Pipeline #56938 passed with stage
in 7 seconds
...@@ -335,6 +335,10 @@ ...@@ -335,6 +335,10 @@
#endif #endif
#endif #endif
#ifdef CONFIG_EDGEHOG_OS
"edgehog_os=true \0"
#endif
/* Initial environment variables */ /* Initial environment variables */
#if defined(CONFIG_NAND_BOOT) #if defined(CONFIG_NAND_BOOT)
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
...@@ -381,7 +385,7 @@ ...@@ -381,7 +385,7 @@
\ \
\ \
"bootselect=" \ "bootselect=" \
"if test -n \"${BOOT_ORDER}\"; then " \ "if test \"${edgehog_os}\" = 'true'; then " \
"run edgehog; " \ "run edgehog; " \
"else " \ "else " \
"guf bootselect; " \ "guf bootselect; " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment