]> git.dujemihanovic.xyz Git - u-boot.git/commit
bios_emulator: define the comment symbol for RISC-V assembler too
authorYuri Zaporozhets <yuriz@vodafonemail.de>
Wed, 30 Oct 2024 13:00:51 +0000 (14:00 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 22:41:38 +0000 (16:41 -0600)
commitd84e3d2630f9db9484ee8609e5d5e992fc5c5260
tree03f3857757d3c2c9ef45ae0c607304c4797fa1e3
parent599652cff13ad31d23b1b8bf8905533e447435d5
bios_emulator: define the comment symbol for RISC-V assembler too

The bios_emulator driver cannot be compiled for RISC-V because the x86emu.h
header file doesn't define the comment symbol ("#") for the assembler.
With this patch, use the same symbol as for e.g. x86.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
drivers/bios_emulator/include/x86emu.h