summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/cpu_init.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
committerJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
commita941b832411ef99351a42be23ff3319643dcc1a4 (patch)
tree1cdaa7e1e82679a5acf20676960df2b0d91d94b2 /cpu/mpc86xx/cpu_init.c
parent72ed528a948b151e7be5ce03ed3d2b88a229dd0a (diff)
parentc83ae9ea6d93abbe751bf8a3396236a084e56f87 (diff)
downloadu-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.zip
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.gz
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'cpu/mpc86xx/cpu_init.c')
-rw-r--r--cpu/mpc86xx/cpu_init.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c
index c816c18..93b7338 100644
--- a/cpu/mpc86xx/cpu_init.c
+++ b/cpu/mpc86xx/cpu_init.c
@@ -1,6 +1,6 @@
/*
* Copyright 2004 Freescale Semiconductor.
- * Jeff Brown (jeffrey@freescale.com)
+ * Jeff Brown
* Srikanth Srinivasan (srikanth.srinivasan@freescale.com)
*
* See file CREDITS for list of people who contributed to this
@@ -106,15 +106,6 @@ void cpu_init_f(void)
/* enable SYNCBE | ABE bits in HID1 */
set_hid1(get_hid1() | 0x00000C00);
-
- /* Since the bats have been set up at this point and
- * the local bus registers have been initialized, we
- * turn on the WDEN bit in PIXIS_VCTL
- */
-/* val = in8(PIXIS_BASE+PIXIS_VCTL); */
- /* Set the WDEN */
-/* val |= 0x08; */
-/* out8(PIXIS_BASE+PIXIS_VCTL,val); */
}
/*