projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3edc1cc
)
boot/uboot: fix check-package
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 12 Sep 2021 12:03:03 +0000
(14:03 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 12 Sep 2021 12:03:03 +0000
(14:03 +0200)
Fix check-package issues introduced with commit
af99e7a5f386
(boot/uboot: copy IMX firmware files to uboot package dir).
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
boot/uboot/Config.in
patch
|
blob
|
history
diff --git
a/boot/uboot/Config.in
b/boot/uboot/Config.in
index 8cc40cd9c5cc8354fea01c12b0c0fa71114e1142..1fc93a443f747adfd54a77cd9b4d73afe588c833 100644
(file)
--- a/
boot/uboot/Config.in
+++ b/
boot/uboot/Config.in
@@
-245,8
+245,9
@@
config BR2_TARGET_UBOOT_NEEDS_IMX_FIRMWARE
depends on BR2_PACKAGE_FIRMWARE_IMX_NEEDS_DDR_FW || \
BR2_PACKAGE_FIRMWARE_IMX_NEEDS_HDMI_FW
help
- Some i.MX8 platforms (such as i.MX8 M, i.MX 8M Mini, i.MX 8M Nano)
- encapsulate NXP specific firmware (DDR, HDMI) inside U-Boot.
+ Some i.MX8 platforms (such as i.MX8 M, i.MX 8M Mini, i.MX 8M
+ Nano) encapsulate NXP specific firmware (DDR, HDMI) inside
+ U-Boot.
This option makes sure that the i.MX firmwares are copied into
the U-Boot source directory.