diff options
Diffstat (limited to 'target/device/Config.in.u-boot')
-rw-r--r-- | target/device/Config.in.u-boot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/device/Config.in.u-boot b/target/device/Config.in.u-boot new file mode 100644 index 000000000..d67aacfaf --- /dev/null +++ b/target/device/Config.in.u-boot @@ -0,0 +1,9 @@ +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 + |