diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-05 16:54:45 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-05 16:54:45 +0200 |
commit | b9997ca731a42eaa4c04dd6c2bf8632b72dac038 (patch) | |
tree | cb899c4c1e4a2a3e60b1b8b31e2114d609652716 /CHANGES | |
parent | ab10ed8c87c38c54940ee5418b996b7a6ca79642 (diff) | |
download | buildroot-novena-b9997ca731a42eaa4c04dd6c2bf8632b72dac038.tar.gz buildroot-novena-b9997ca731a42eaa4c04dd6c2bf8632b72dac038.zip |
u-boot: add 2010.06 release
A few minor modifications of u-boot.mk is needed to support 2010.06:
- U-Boot now uses ARCH=powerpc like the kernel (instead of ARCH=ppc)
- Library files have moved, so adjust the target mkimage/fw_printenv rules
(still compatible with older versions)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ and non-sysroot support removed. Bootloaders: Various cleanups, moved to boot/, added Barebox, - removed yaboot. Support building u-boot from custom tarball. + removed yaboot. Support building u-boot from custom tarball, + u-boot 2010.06. New GTK-based configurator, usable using 'make gconfig'. |