Skip to content
Snippets Groups Projects
Verified Commit c9df67e3 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

linux-intel: Remove config fix for CONFIG_SERIAL_OF_PLATFORM warning


This used to throw a warning. We can now drop it as upstream fixed it so
it is not enabled anymore.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 16cdf88c
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
SRC_URI += "file://misc.cfg"
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Avoid kernel build warnings for x86 nonexitent config
CONFIG_SERIAL_OF_PLATFORM=n
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