1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

Revert "Avoid initrd and logbuffer area overlaps"

This reverts commit 1b5605ca57
which breaks building on all PPC boards that don't use a log buffer.
This commit is contained in:
Wolfgang Denk
2008-05-12 00:56:28 +02:00
parent 02b9b22446
commit ee0cfa7080
4 changed files with 1 additions and 20 deletions

View File

@@ -60,7 +60,6 @@ int drv_logbuff_init (void);
void logbuff_init_ptrs (void);
void logbuff_log(char *msg);
void logbuff_reset (void);
unsigned long logbuffer_base (void);
#endif /* CONFIG_LOGBUFFER */