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:
Blue Swirl
2010-08-08 20:03:38 +00:00
parent a1f0883238
commit 09662545a3
4 changed files with 62 additions and 59 deletions

View File

@@ -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;