diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-19 22:42:03 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-19 22:42:03 +0000 |
commit | 5a4676144660f6e92bbe5e0de6b38094df155021 (patch) | |
tree | 064a71e50fa34e6a26c44b5597b3c4e1fc45556a /target/device/Config.in.u-boot | |
parent | b71c76a10a21320a9401cc4246079e9f4f47fae1 (diff) | |
download | buildroot-novena-5a4676144660f6e92bbe5e0de6b38094df155021.tar.gz buildroot-novena-5a4676144660f6e92bbe5e0de6b38094df155021.zip |
Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 patches if using an at91
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 + |