Skip to content
  • Simon Glass's avatar
    bios_emulator: Add an option to enable debugging · b3521f2e
    Simon Glass authored
    
    
    At present there are DEBUG options spread around the place. If you enable
    one and not another you can end up with an emulator that does not work,
    since each file can have a different view of what the registers look like.
    To fix this, create a global CONFIG_X86EMU_DEBUG option that keeps
    everything consistent.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    b3521f2e