diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 15:50:38 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 15:50:38 +0000 |
commit | c7066b18079daef160592168e51479e82ae4f586 (patch) | |
tree | 132fbd0483eaa5c11c438cb6ff28b2b6ddc575a1 /target/device/Atmel/Config.in | |
parent | 98eefe7074bd385eb5b9f41de97e97587bf15d9d (diff) | |
download | buildroot-novena-c7066b18079daef160592168e51479e82ae4f586.tar.gz buildroot-novena-c7066b18079daef160592168e51479e82ae4f586.zip |
Generate an autoscript for configuring u-boot in $(BINARIES_DIR)
mkimage the autoscript to autoscript.$(PROJECT)-
Move build of u-boot-1.2.0-atmel to target/u-boot
Only visible for AT91 targets.
Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR)
Rest from normal location.
Introduce U_BOOT_CONFIGURE_OPTS
Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel
Disable target/device/Atmel/u-boot
Keep files in target/device/Atmel/u-boot during a test period.
Files:
M target/device/Atmel/Makefile.in
M target/device/Atmel/Config.in
M target/u-boot/Makefile.in
M target/u-boot/Config.in
A target/u-boot/1.2.0-atmel
Diffstat (limited to 'target/device/Atmel/Config.in')
-rw-r--r-- | target/device/Atmel/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/Config.in b/target/device/Atmel/Config.in index 9f6305b7d..d19234549 100644 --- a/target/device/Atmel/Config.in +++ b/target/device/Atmel/Config.in @@ -65,7 +65,7 @@ config BR2_BOARD_PATH endmenu -source "target/device/Atmel/u-boot/Config.in" +# source "target/device/Atmel/u-boot/Config.in" source "target/device/Atmel/DataFlashBoot/Config.in" |