Skip to content

Commit

Permalink
Merge pull request #1442 from tlaurion/qemu_basic_boot_example_in_boa…
Browse files Browse the repository at this point in the history
…rd_config

Qemu boards: typo correction in comment to manually enable Basic Boot mode
  • Loading branch information
tlaurion authored Jul 17, 2023
2 parents 92411be + c419cf7 commit d7b4a47
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export CONFIG_LINUX_VERSION=5.10.5

#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)
#export CONFIG_RESTRICTED_BOOT=y
#export CONFIG_BASIC_BOOT=y
#export CONFIG_BASIC=y

#Enable DEBUG output
export CONFIG_DEBUG_OUTPUT=y
Expand Down

0 comments on commit d7b4a47

Please sign in to comment.