Use PROJECT-u-boot-VERSION-DATE.bin as u-boot target
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 14:16:27 +0000 (14:16 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 14:16:27 +0000 (14:16 -0000)
commit6bcd872614fbb7cd3295e41da5d68002bdc8663c
tree7d852a3a5b572d0b23fa8c5b757773bdcfd76b72
parent30f7cc2f3cac6beaf1b13ceceb05ebb5e0eb7b88
Use PROJECT-u-boot-VERSION-DATE.bin as u-boot target
Provide link using "u-boot.bin"

Add BR2_TARGET_UBOOT_DEFAULT_ENV config
If this is set, Buildroot will generate
a default environment to allow easy downloading
of the kernel and root file system
Both as compile time data and an autoscript.

Make u-boot depend on $(U_BOOT_TARGETS)
Add "u-boot-autoscript" to U_BOOT_TARGETS if
BR2_TARGET_UBOOT_DEFAULT_ENV is set.

Take kernel name from Linux build.

Use correct ARCH when mkimaging the autoscript.
Do not use TARGET_ATMEL_COPYTO for generic u-boot.

Hide dataflash memory configurations when
different boot memory is used.
target/u-boot/Config.in
target/u-boot/Makefile.in