mirror of
https://xff.cz/git/u-boot/
synced 2025-10-08 19:55:12 +02:00
The function parse_line() in common/main.c was exposed globally by commit
6636b62a6e
, 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>