diff options
author | Wolfgang Denk | 2008-05-12 00:56:28 +0200 |
---|---|---|
committer | Wolfgang Denk | 2008-05-12 00:56:28 +0200 |
commit | ee0cfa70803a3e629ea581a9b216f8ecef402bfc (patch) | |
tree | 04fe5684e8cb6c4508b3afab2217e6478869f335 /lib_ppc | |
parent | 02b9b22446e3d7ad6a6382be17a1ce79a7de589b (diff) |
Revert "Avoid initrd and logbuffer area overlaps"
This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
which breaks building on all PPC boards that don't use a log buffer.
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index bc49ea1284b..4956403cce8 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -398,11 +398,6 @@ ulong get_effective_memsize(void) ************************************************************************ */ -unsigned long logbuffer_base(void) -{ - return CFG_SDRAM_BASE + get_effective_memsize() - LOGBUFF_LEN; -} - void board_init_f (ulong bootflag) { bd_t *bd; |