diff options
author | wdenk <wdenk> | 2005-03-27 23:41:39 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-27 23:41:39 +0000 |
commit | 8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0 (patch) | |
tree | 7be9831b7529f5d0ed03eb3228d5c907e322d66b /include/configs/NC650.h | |
parent | 256d31c046a6e6280d5a03e9ffc5b994ddaff591 (diff) | |
download | u-boot-imx-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.zip u-boot-imx-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.tar.gz u-boot-imx-8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0.tar.bz2 |
Patches by Martin Krause, 22 Mar 2005:
- use TQM5200_auto as MAKEALL target for TQM5200 systems
- add support for SM501 graphics controller
- add support for graphic console on TQM5200
- add support for TQM5200 Rev 200
- cleanup, fix typo in include/configs/TQM5200.h
Diffstat (limited to 'include/configs/NC650.h')
-rw-r--r-- | include/configs/NC650.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/NC650.h b/include/configs/NC650.h index 2fc098e..a7957e3 100644 --- a/include/configs/NC650.h +++ b/include/configs/NC650.h @@ -318,7 +318,7 @@ OR_SCY_15_CLK | OR_EHTR | OR_TRLX) #define CFG_BR2_PRELIM ((CFG_NAND_BASE & BR_BA_MSK) | BR_PS_8 | BR_MS_UPMB | BR_V ) -#define CFG_OR2_PRELIM (((-CFG_NAND_SIZE) & OR_AM_MSK) | OR_BI ) +#define CFG_OR2_PRELIM (((-CFG_NAND_SIZE) & OR_AM_MSK) | OR_BI ) /* * BR3 and OR3 (SDRAM) |