diff options
author | Stefan Roese <sr@denx.de> | 2006-05-10 10:55:16 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-05-10 10:55:16 +0200 |
commit | 6080a0eb63dacc85ba703dca90271be866112da6 (patch) | |
tree | a405f7266bdc4248b2572ef8488a6f7169c5029d /cpu/arm926ejs/Makefile | |
parent | 4af099bda90fe602aff96b2fd914fca89f320c5c (diff) | |
download | u-boot-imx-6080a0eb63dacc85ba703dca90271be866112da6.zip u-boot-imx-6080a0eb63dacc85ba703dca90271be866112da6.tar.gz u-boot-imx-6080a0eb63dacc85ba703dca90271be866112da6.tar.bz2 |
Update omap5912osk board support
- Fix OMAP support that omap5912osk compiles in current source tree
- Update with code from "http://omap.spectrumdigital.com/osk5912"
to fix problems with DDR initialization
- Fix timer setup
- Use CFI flash driver and support complete 32MB of onboard flash
- Add "print_cpuinfo()" and "checkboard()" functions to display
CPU (with frequency) and Board infos
Patch by Stefan Roese, 10 May 2006
Diffstat (limited to 'cpu/arm926ejs/Makefile')
-rw-r--r-- | cpu/arm926ejs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/Makefile b/cpu/arm926ejs/Makefile index 203278e..060fd20 100644 --- a/cpu/arm926ejs/Makefile +++ b/cpu/arm926ejs/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(CPU).a START = start.o -OBJS = interrupts.o cpu.o +OBJS = interrupts.o cpu.o cpuinfo.o all: .depend $(START) $(LIB) |