mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 14:08:45 +00:00
Merge branch '2023-12-13-assorted-minor-fixes'
- A few MAINTAINERS updates and Kconfig wording fixes
This commit is contained in:
commit
27089f1e4d
5 changed files with 3 additions and 6 deletions
|
@ -117,7 +117,7 @@ F: drivers/mmc/snps_dw_mmc.c
|
|||
APPLE M1 SOC SUPPORT
|
||||
M: Mark Kettenis <kettenis@openbsd.org>
|
||||
S: Maintained
|
||||
F: arch/arm/include/asm/arch-m1/
|
||||
F: arch/arm/include/asm/arch-apple/
|
||||
F: arch/arm/mach-apple/
|
||||
F: configs/apple_m1_defconfig
|
||||
F: drivers/iommu/apple_dart.c
|
||||
|
@ -1528,7 +1528,6 @@ F: cmd/stackprot_test.c
|
|||
F: test/py/tests/test_stackprotector.py
|
||||
|
||||
TARGET_BCMNS3
|
||||
M: Bharat Gooty <bharat.gooty@broadcom.com>
|
||||
M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
|
||||
S: Maintained
|
||||
F: board/broadcom/bcmns3/
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
ROCKPRO64
|
||||
M: Akash Gajjar <akash@openedev.com>
|
||||
M: Jagan Teki <jagan@amarulasolutions.com>
|
||||
S: Maintained
|
||||
F: board/pine64/rockpro64_rk3399
|
||||
|
|
|
@ -93,7 +93,6 @@ F: configs/rock-4se-rk3399_defconfig
|
|||
F: arch/arm/dts/rk3399-rock-4se-u-boot.dtsi
|
||||
|
||||
ROCK-PI-4
|
||||
M: Akash Gajjar <akash@openedev.com>
|
||||
M: Jagan Teki <jagan@amarulasolutions.com>
|
||||
S: Maintained
|
||||
F: configs/rock-pi-4-rk3399_defconfig
|
||||
|
|
|
@ -615,7 +615,7 @@ config FS_LOADER
|
|||
ie. the FPGA device.
|
||||
|
||||
config SPL_FS_LOADER
|
||||
bool "Enable loader driver for file system"
|
||||
bool "Enable loader driver for file system in SPL"
|
||||
depends on SPL
|
||||
help
|
||||
This is file system generic loader which can be used to load
|
||||
|
|
|
@ -995,7 +995,7 @@ config GENERATE_SMBIOS_TABLE
|
|||
|
||||
Check http://www.dmtf.org/standards/smbios for details.
|
||||
|
||||
See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in
|
||||
See also SYSINFO_SMBIOS which allows SMBIOS values to be provided in
|
||||
the devicetree.
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Reference in a new issue