Skip to content

Commit 45c05be

Browse files
committed
scripts: dts: add board_config func before printing menu
Some menu options depend on hardware configuration. Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>
1 parent ddafc4c commit 45c05be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ while : ; do
1515
# Do some subscription routine each time menu is rendered:
1616
subscription_routine
1717

18+
# Some menu options depend on platform data:
19+
board_config
20+
1821
# Header should always be printed:
1922
show_header
2023
if [ -z "$DPP_SUBMENU_ACTIVE" ]; then

0 commit comments

Comments
 (0)