mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
sparc32: move stdio setup to openbios.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@844 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -84,10 +84,6 @@ void ob_new_obio_device(const char *name, const char *type);
|
||||
unsigned long ob_reg(uint64_t base, uint64_t offset, unsigned long size, int map);
|
||||
void ob_intr(int intr);
|
||||
|
||||
/* arch/sparc32/romvec.c */
|
||||
extern const char *obp_stdin_path, *obp_stdout_path;
|
||||
extern char obp_stdin, obp_stdout;
|
||||
|
||||
/* arch/sparc32/boot.c */
|
||||
extern uint32_t kernel_image;
|
||||
extern uint32_t kernel_size;
|
||||
|
||||
Reference in New Issue
Block a user