mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Fix typos in comment blocks
[Thomas: fix issues noticed by Arnout:
- Rewrap the linux/Config.in paragraph
- Revert the "is a toolchain dependency" -> "has a toolchain
dependency" change from pkg-generic.mk, as the original was
correct.]
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
aaf066666e
commit
5b686a0674
@@ -288,12 +288,12 @@ if BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||
# We have mainly three cases when it comes to device tree support:
|
||||
# 1) We don't want any support at all. Then the ..DTS_SUPPORT
|
||||
# variable won't be set
|
||||
# 2) We want device tree support, so we need the user to enter
|
||||
# the device tree name or the the path to the custom device
|
||||
# he uses, but the kernel abstracts this from us and only
|
||||
# build an image that looks like a regular kernel image. In
|
||||
# this case, we only need to derive the kernel image name from
|
||||
# the given device tree name, and all the rest is as usual
|
||||
# 2) We want device tree support, so we need the user to enter the
|
||||
# device tree name or the path to the custom device he uses, but
|
||||
# the kernel abstracts this from us and only build an image that
|
||||
# looks like a regular kernel image. In this case, we only need
|
||||
# to derive the kernel image name from the given device tree
|
||||
# name, and all the rest is as usual
|
||||
# 3) We want device tree support, but the kernel requires us to
|
||||
# build the device tree blob separately. In this case, some
|
||||
# more logic will be needed.
|
||||
|
||||
Reference in New Issue
Block a user