mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-23 19:12:12 +00:00
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
menuconfig BR2_TARGET_U_BOOT_ARCH_PATCH
|
|
bool "Add architecture specific patch"
|
|
help
|
|
Patch U-Boot for a specific family of chips
|
|
|
|
if BR2_TARGET_U_BOOT_ARCH_PATCH
|
|
source "target/device/Atmel/arch-arm/u-boot/Config.in"
|
|
endif # BR2_TARGET_U_BOOT_ARCH_PATCH
|
|
|