- Adds support for "RV1106" family (RV1103 + RV1106) - Adds support for Luckfox Pico Mini (RV1103)
6 lines
289 B
YAML
6 lines
289 B
YAML
config:
|
|
|
|
overlay-directories:
|
|
- { source: "defconfig", target: "configs" } # copies all files in defconfig dir to the configs/ dir in the u-boot source tree
|
|
- { source: "dt", target: "arch/arm/dts" } # copies all files in dt dir to the arch/arm/dts dir in the u-boot source tree
|