diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:34:11 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:34:11 -0700 |
commit | 034a40f876ffc8d49b927431d99ffd971b199e43 (patch) | |
tree | 131be8413074f94d61fadd851f79e591b33d648c /lib_ppc | |
parent | 7cc399c86b26abaa95f65dda0a37413dd3c77167 (diff) | |
parent | 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7 (diff) | |
download | u-boot-imx-034a40f876ffc8d49b927431d99ffd971b199e43.zip u-boot-imx-034a40f876ffc8d49b927431d99ffd971b199e43.tar.gz u-boot-imx-034a40f876ffc8d49b927431d99ffd971b199e43.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 7d33914..b2bc4eb 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -440,7 +440,7 @@ void board_init_f (ulong bootflag) * - monitor code * - board info struct */ - len = (ulong)&_end - (ulong)&_start + EXC_OFF_SYS_RESET; + len = (ulong)&_end - CFG_MONITOR_BASE; /* * Subtract specified amount of memory to hide so that it won't |