diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-20 15:54:48 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-20 15:54:48 -0500 |
commit | 3acb7727ce6aa403e938e7cf3761924590bead47 (patch) | |
tree | 52c8b88f187e5945af41ff134db0005744dacd1c /board | |
parent | f5012827df11ca0c9be1df5f8b153e188dc2fa7c (diff) | |
parent | 2047672684cf85cb6f96a1fbc993180aaaf19a99 (diff) | |
download | u-boot-imx-3acb7727ce6aa403e938e7cf3761924590bead47.zip u-boot-imx-3acb7727ce6aa403e938e7cf3761924590bead47.tar.gz u-boot-imx-3acb7727ce6aa403e938e7cf3761924590bead47.tar.bz2 |
Merge branch 'i2c'
Diffstat (limited to 'board')
-rw-r--r-- | board/mpc8560ads/u-boot.lds | 1 | ||||
-rw-r--r-- | board/sbc8560/u-boot.lds | 1 | ||||
-rw-r--r-- | board/stxgp3/u-boot.lds | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/mpc8560ads/u-boot.lds b/board/mpc8560ads/u-boot.lds index 8dcee1f..726a153 100644 --- a/board/mpc8560ads/u-boot.lds +++ b/board/mpc8560ads/u-boot.lds @@ -74,7 +74,6 @@ SECTIONS cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) cpu/mpc85xx/speed.o (.text) - cpu/mpc85xx/i2c.o (.text) cpu/mpc85xx/spd_sdram.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) diff --git a/board/sbc8560/u-boot.lds b/board/sbc8560/u-boot.lds index 48e19fe..048ac26 100644 --- a/board/sbc8560/u-boot.lds +++ b/board/sbc8560/u-boot.lds @@ -77,7 +77,6 @@ SECTIONS cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) cpu/mpc85xx/speed.o (.text) - cpu/mpc85xx/i2c.o (.text) cpu/mpc85xx/spd_sdram.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) diff --git a/board/stxgp3/u-boot.lds b/board/stxgp3/u-boot.lds index 3bc6150..1bbf20a 100644 --- a/board/stxgp3/u-boot.lds +++ b/board/stxgp3/u-boot.lds @@ -79,7 +79,6 @@ SECTIONS cpu/mpc85xx/cpu_init.o (.text) cpu/mpc85xx/cpu.o (.text) cpu/mpc85xx/speed.o (.text) - cpu/mpc85xx/i2c.o (.text) cpu/mpc85xx/spd_sdram.o (.text) common/dlmalloc.o (.text) lib_generic/crc32.o (.text) |