diff options
author | 2016-12-31 17:00:39 -0200 | |
---|---|---|
committer | 2017-01-01 09:23:57 +0100 | |
commit | 027d8141c56d03a7bbaad3c5242c1263454b10b2 (patch) | |
tree | 4834901132a4325b006da099544b176e39fe6a17 | |
parent | 9cb4058e602bf4d7bbd639f23ea6d917b67e37b5 (diff) | |
download | buildroot-027d8141c56d03a7bbaad3c5242c1263454b10b2.tar.gz buildroot-027d8141c56d03a7bbaad3c5242c1263454b10b2.tar.bz2 |
udoo: mx6qdl: Use the preferred form for disabling a symbol
Even though 'CONFIG_USB=n' does the job, let's switch to the more
standard way for disabling a Kconfig symbol.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | board/udoo/mx6qdl/linux.fragment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/udoo/mx6qdl/linux.fragment b/board/udoo/mx6qdl/linux.fragment index 2acad15757..1d2509982b 100644 --- a/board/udoo/mx6qdl/linux.fragment +++ b/board/udoo/mx6qdl/linux.fragment @@ -1 +1 @@ -CONFIG_USB=n +# CONFIG_USB is not set |