Peter Korsgaard
644b251f62
u-boot: bump version
2008-08-20 20:04:18 +00:00
Peter Korsgaard
b4aeef0f1c
u-boot: fix broken insert_define in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-08-20 20:04:14 +00:00
Peter Korsgaard
b7a45746a4
u-boot: fix wrong syntax in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de>
Some $(call insert_define, ..., ...) calls were lacking the comma after
the variable. That didn't lead to a syntax error but it didn't have any
effect on the output u-boot/include/config.h
2008-08-20 20:04:11 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
91f7f887c4
uboot: revert r22638
...
Go back to 1.3.2 as r22638 breaks mkimage
2008-07-08 10:53:17 +00:00
Ulf Samuelsson
db56ec0fd3
Bump U-Boot version to 1.3.3
2008-07-04 22:18:56 +00:00
Peter Korsgaard
ebd3916b59
u-boot tools: make sure destination directory exists
2008-06-17 08:04:15 +00:00
Peter Korsgaard
1828845345
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
2008-06-13 13:46:42 +00:00
Peter Korsgaard
3094bf2b35
u-boot: cleanup arch handling
...
Thanks to Hamish Moffatt.
2008-06-12 07:27:48 +00:00
Peter Korsgaard
871896a93e
u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time
...
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations,
so it end up empty. It's only used once, so fix it by using a
use-time evaluated variable instead (=).
2008-06-11 13:07:03 +00:00
Peter Korsgaard
d8dcacdab1
u-boot: support platform-independent patches
...
Support platform independent patches (.patch) and use .patch.$ARCH for
platform dependent ones like elsewhere.
2008-04-23 14:52:38 +00:00
Peter Korsgaard
a40d635ec0
u-boot: don't error on existing symlink
2008-04-23 14:52:35 +00:00
Peter Korsgaard
5cc50fcb68
u-boot: tools in target (mkimage, fw_printenv and fw_setenv)
2008-04-23 13:03:53 +00:00
Peter Korsgaard
d3359c9323
u-boot: use correct ARCH
2008-04-23 13:03:50 +00:00
Peter Korsgaard
a2f4d5164e
u-boot: clean: also remove mkimage from staging_dir
2008-04-23 13:03:47 +00:00
Peter Korsgaard
bb0a617e12
u-boot: set ARCH and CROSS_COMPILE
2008-04-23 10:30:03 +00:00
Peter Korsgaard
6d5ecc1e51
u-boot: fix custom patch handling
2008-04-09 07:02:20 +00:00
Peter Korsgaard
1befc6edd2
u-boot: bump version
2008-04-09 07:02:16 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
John Voltz
7f4141ae20
separate u-boot for at91 arm and everything else
2008-03-11 18:26:07 +00:00