mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-11-07 23:40:22 +00:00
It should possible to fixup FDT from any part of OpenSBI so add fdt_register_general_fixup() which allows dynamic registration of FDT fixup callbacks. Signed-off-by: Anup Patel <apatel@ventanamicro.com>