diff options
author | wdenk <wdenk> | 2005-05-12 22:48:09 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-12 22:48:09 +0000 |
commit | 9dd41a7b0c5c94d74c25edfdd6393c656669c09a (patch) | |
tree | d43aed8a275258bae4a89a79253ab2e6214b3df7 /Makefile | |
parent | d44e14b5fcf362154bd6a18e15446932f510cecf (diff) | |
download | u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.zip u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.tar.gz u-boot-imx-9dd41a7b0c5c94d74c25edfdd6393c656669c09a.tar.bz2 |
* Fix debug code in omap5912osk flash driver
* Add support for MPC8247 based "IDS8247" board.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -987,6 +987,9 @@ gw8260_config: unconfig hymod_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 hymod +IDS8247_config: unconfig + @./mkconfig $(@:_config=) ppc mpc8260 ids8247 + IPHASE4539_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 iphase4539 |