Home
last modified time | relevance | path

Searched hist:"6636 b62a6efc7f14e6e788788631ae7a7fca4537" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.cdiff 9029b68f3f81b3013044f167ea025e836e6c8c0e Tue Oct 14 21:40:24 CDT 2008 Jason Jin <Jason.jin@freescale.com> Fix the function conflict in x86emu when DEBUG is on

The function parse_line() in common/main.c was exposed globally by commit
6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
This patch fix this by renaming the function in the debug.c file.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>
/openbmc/u-boot/common/
H A Dmain.cdiff 6636b62a6efc7f14e6e788788631ae7a7fca4537 Wed Jan 09 11:17:49 CST 2008 James Yang <James.Yang@freescale.com> Expose parse_line() globally.

Add new function readline_into_buffer() that allows the
output of readline to be put into a pointer to char buffer.

This refactoring allows other functions besides the
main command loop to also use the same input mechanism.

Signed-off-by: James Yang <James.Yang@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
/openbmc/u-boot/include/
H A Dcommon.hdiff 6636b62a6efc7f14e6e788788631ae7a7fca4537 Wed Jan 09 11:17:49 CST 2008 James Yang <James.Yang@freescale.com> Expose parse_line() globally.

Add new function readline_into_buffer() that allows the
output of readline to be put into a pointer to char buffer.

This refactoring allows other functions besides the
main command loop to also use the same input mechanism.

Signed-off-by: James Yang <James.Yang@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>