diff options
author | wdenk <wdenk> | 2003-11-25 16:55:19 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-11-25 16:55:19 +0000 |
commit | fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 (patch) | |
tree | 11bfc414e9c8422bccaf4dfa7b039081c74de391 /board/tqm8xx/tqm8xx.c | |
parent | b4757cee52597ab5a67c30a1bf2a3208209e1ccb (diff) | |
download | u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.zip u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.tar.gz u-boot-imx-fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99.tar.bz2 |
Add support for BMS2003 board
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
Diffstat (limited to 'board/tqm8xx/tqm8xx.c')
-rw-r--r-- | board/tqm8xx/tqm8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm8xx/tqm8xx.c b/board/tqm8xx/tqm8xx.c index badc794..5f74650 100644 --- a/board/tqm8xx/tqm8xx.c +++ b/board/tqm8xx/tqm8xx.c @@ -328,7 +328,7 @@ long int initdram (int board_type) memctl->memc_br3 = CFG_BR3_CAN; /* Initialize MBMR */ - memctl->memc_mbmr = MAMR_GPL_B4DIS; /* GPL_B4 ouput line Disable */ + memctl->memc_mbmr = MBMR_GPL_B4DIS; /* GPL_B4 ouput line Disable */ /* Initialize UPMB for CAN: single read */ memctl->memc_mdr = 0xFFFFC004; |