Changeset 282f4724 in mainline for arch/mips32/loader/msim.c


Ignore:
Timestamp:
2006-06-25T21:02:16Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce8725be
Parents:
7431e867
Message:

Cleanup in the boot infrastructure.
This commit tries to separate generic stuff from mips32 specific stuff.
Other architectures will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/loader/msim.c

    r7431e867 r282f4724  
    2828 
    2929#include "msim.h"
    30 #include "printf.h"
    31 
     30#include "../../../generic/printf.h"
    3231
    3332#define MSIM_VIDEORAM            0xB0000000
    34 
    3533
    3634void write(const char *str, const int len)
Note: See TracChangeset for help on using the changeset viewer.