summaryrefslogtreecommitdiffstats
path: root/board/esd/common/cmd_loadpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/common/cmd_loadpci.c')
-rw-r--r--board/esd/common/cmd_loadpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/common/cmd_loadpci.c b/board/esd/common/cmd_loadpci.c
index 47e946f116..eecae0a7fd 100644
--- a/board/esd/common/cmd_loadpci.c
+++ b/board/esd/common/cmd_loadpci.c
@@ -48,7 +48,7 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
u32 la, ptm1la;
#if defined(CONFIG_440)
- ptm1la = in32r(PCIX0_PTM1LA);
+ ptm1la = in32r(PCIL0_PTM1LA);
#else
ptm1la = in32r(PTM1LA);
#endif
OpenPOWER on IntegriCloud