diff options
author | wdenk <wdenk> | 2004-03-11 22:46:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-11 22:46:36 +0000 |
commit | 79d696fc558b2bcdb8aa8dc6cd7e4ccd22008e21 (patch) | |
tree | 7f11d0fa7c80e5470c2c2f1516e4c4e8e6309d10 /Makefile | |
parent | f8d813e34f03823ddfeb3b9f44a9807d3ffb847e (diff) | |
download | u-boot-imx-79d696fc558b2bcdb8aa8dc6cd7e4ccd22008e21.zip u-boot-imx-79d696fc558b2bcdb8aa8dc6cd7e4ccd22008e21.tar.gz u-boot-imx-79d696fc558b2bcdb8aa8dc6cd7e4ccd22008e21.tar.bz2 |
Fix LOWBOOT configuration for MPC5200 with DDR memory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -207,9 +207,10 @@ PATI_config:unconfig MPC5200LITE_config \ MPC5200LITE_LOWBOOT_config \ MPC5200LITE_LOWBOOT08_config \ -icecube_5200_DDR_LOWBOOT_config \ icecube_5200_DDR_config \ IceCube_5200_DDR_config \ +icecube_5200_DDR_LOWBOOT_config \ +icecube_5200_DDR_LOWBOOT08_config \ icecube_5200_config \ IceCube_5200_config \ IceCube_5100_config: unconfig |