[U-Boot-Users] [PATCH] Make blackfin configuration pass compilation with the current toolchain

Hi Wolfgang,
It's great the Richard's blackfin patch has been applied. But the patch it's really old and has some obsolete codes. So I made a patch against the current git repository. After applied the patch, the uboot can be compiled and work properly on the BF533 STAMP/EZKIT board.
The patch is based on following commit ID in the current U-boot git repository. ============================================================ commit ff7fefe6797246b2748530f965f2e41de34a982a Author: Wolfgang Denk wd@pollux.denx.de Date: Mon Mar 13 12:37:35 2006 +0100
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006 ============================================================ Changelog entry: * Make blackfin pass compilation with the current toolchain. Patch by Aubrey.Li aubrey.li@analog.com
Thanks, -Aubrey

Our latest release toolchain can be downloaded at here: http://blackfin.uclinux.org/frs/?group_id=18
Regards -Aubrey
On 3/17/06, Aubrey aubreylee@gmail.com wrote:
Hi Wolfgang,
It's great the Richard's blackfin patch has been applied. But the patch it's really old and has some obsolete codes. So I made a patch against the current git repository. After applied the patch, the uboot can be compiled and work properly on the BF533 STAMP/EZKIT board.
The patch is based on following commit ID in the current U-boot git repository.
commit ff7fefe6797246b2748530f965f2e41de34a982a Author: Wolfgang Denk wd@pollux.denx.de Date: Mon Mar 13 12:37:35 2006 +0100
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
============================================================ Changelog entry:
- Make blackfin pass compilation with the current toolchain. Patch by Aubrey.Li aubrey.li@analog.com
Thanks, -Aubrey
participants (1)
-
Aubrey