diff options
| author | Tom Rini <[email protected]> | 2012-12-20 10:53:20 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2012-12-20 10:53:20 -0700 |
| commit | 42e1321874f8a51373972c293f369c6973c85339 (patch) | |
| tree | 3b93020d6d9aba393eda5e24a708c8ec774dc66b /drivers | |
| parent | e3c52f2b8779469c843eb79282396f1a5ca3fef5 (diff) | |
| parent | bb474b8187878181493b4ba1d422fb83df9b4335 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/serial_sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index a33334eac09..7e38a3fd533 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -143,7 +143,7 @@ struct uart_port { #elif defined(CONFIG_H8S2678) # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ # define H8300_SCI_DR(ch) (*(volatile char *)(P1DR + h8300_sci_pins[ch].port)) -#elif defined(CONFIG_CPU_SH7757) +#elif defined(CONFIG_CPU_SH7757) || defined(CONFIG_CPU_SH7752) # define SCSPTR0 0xfe4b0020 # define SCSPTR1 0xfe4b0020 # define SCSPTR2 0xfe4b0020 |
