Skip to content

Commit

Permalink
scripts: dts: add board_config func before printing menu
Browse files Browse the repository at this point in the history
Some menu options depend on hardware configuration.

Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Sep 30, 2024
1 parent 8d55bcd commit 4c31e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ while : ; do
# Do some subscription routine each time menu is rendered:
subscription_routine

# Some menu options depend on platform data:
board_config

# Header should always be printed:
show_header
if [ -z "$DPP_SUBMENU_ACTIVE" ]; then
Expand Down

0 comments on commit 4c31e38

Please sign in to comment.