Skip to content

Commit

Permalink
boards: intel_adl: Remove hardcoded backend shell priority
Browse files Browse the repository at this point in the history
Remove hardcoded CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY which is
now set automatically.

(cherry picked from commit 93672e2)

Original-Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
GitOrigin-RevId: 93672e2
Change-Id: I0f2fb7490fe07d3dbfd7a89315df5016d32cb259
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4797701
Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Tested-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
finikorg authored and Chromeos LUCI committed Aug 21, 2023
1 parent ff18856 commit fbddb56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion boards/x86/intel_adl/intel_adl_crb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ CONFIG_BUILD_NO_GAP_FILL=y
CONFIG_HEAP_MEM_POOL_SIZE=64000000
CONFIG_MAIN_STACK_SIZE=320000
CONFIG_UART_NS16550_PARENT_INIT_LEVEL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=55
1 change: 0 additions & 1 deletion boards/x86/intel_adl/intel_adl_rvp_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ CONFIG_BUILD_NO_GAP_FILL=y
CONFIG_HEAP_MEM_POOL_SIZE=64000000
CONFIG_MAIN_STACK_SIZE=320000
CONFIG_UART_NS16550_PARENT_INIT_LEVEL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=55

0 comments on commit fbddb56

Please sign in to comment.