diff options
| author | wdenk <wdenk> | 2005-01-09 18:12:51 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2005-01-09 18:12:51 +0000 | 
| commit | 30ce5ab043db0b34838ad2d294561992bdb5236a (patch) | |
| tree | f1897c41bfac1193db786f52eb71854a0c3ef1cc /cpu/mpc824x/cpu_init.c | |
| parent | 9dd611b8c1db94181918481d5cac1fac241a7954 (diff) | |
| download | olio-uboot-2014.01-30ce5ab043db0b34838ad2d294561992bdb5236a.tar.xz olio-uboot-2014.01-30ce5ab043db0b34838ad2d294561992bdb5236a.zip | |
* Patch by Gleb Natapov, 07 Sep 2004:
  mpc824x: set PCI latency timer to a sane value
  (is 0 after reset).
* Patch by Kurt Stremerch, 03 Sep 2004:
  Add bitstream configuration option for fpga command (Xilinx only).
Diffstat (limited to 'cpu/mpc824x/cpu_init.c')
| -rw-r--r-- | cpu/mpc824x/cpu_init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/mpc824x/cpu_init.c b/cpu/mpc824x/cpu_init.c index d0c7a3bca..965f4fd5e 100644 --- a/cpu/mpc824x/cpu_init.c +++ b/cpu/mpc824x/cpu_init.c @@ -90,7 +90,7 @@ cpu_init_f (void)  #endif  	CONFIG_WRITE_BYTE(PCLSR, 0x8);	/* set PCI cache line size */ - +	CONFIG_WRITE_BYTE (PLTR, 0x40); /* set PCI latency timer */  	/*  	* Note that although this bit is cleared after a hard reset, it  	* must be explicitly set and then cleared by software during |