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 /cpu | |
parent | 256d31c046a6e6280d5a03e9ffc5b994ddaff591 (diff) |
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 'cpu')
-rw-r--r-- | cpu/mpc85xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk index 1d0b1929ccc..61210743490 100644 --- a/cpu/mpc85xx/config.mk +++ b/cpu/mpc85xx/config.mk @@ -23,4 +23,4 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string +PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx -DCONFIG_E500 -ffixed-r2 -ffixed-r29 -Wa,-me500 -msoft-float -mno-string |