diff options
author | Stefan Roese <sr@denx.de> | 2005-11-22 13:20:42 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-11-22 13:20:42 +0100 |
commit | 5568e613ee38d4bb5dd601cdb2f74ed0d7de9902 (patch) | |
tree | c89680cfc4931d8e0e3173c27959d678c3cbb44e /cpu/ppc4xx/start.S | |
parent | fe126d8b34d2e7c3c2dc1d4e61086018e016768c (diff) | |
download | u-boot-imx-5568e613ee38d4bb5dd601cdb2f74ed0d7de9902.zip u-boot-imx-5568e613ee38d4bb5dd601cdb2f74ed0d7de9902.tar.gz u-boot-imx-5568e613ee38d4bb5dd601cdb2f74ed0d7de9902.tar.bz2 |
Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
Diffstat (limited to 'cpu/ppc4xx/start.S')
-rw-r--r-- | cpu/ppc4xx/start.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S index f434e20..8f7e817 100644 --- a/cpu/ppc4xx/start.S +++ b/cpu/ppc4xx/start.S @@ -444,6 +444,8 @@ __440gx_msr_continue: stw r0,+12(r1) /* Save return addr (underflow vect) */ GET_GOT + + bl cpu_init_f /* run low-level CPU init code (from Flash) */ bl board_init_f #endif /* CONFIG_440 */ |