lib: utils/fdt: Remove redundant code
authorXiang W <wxjstz@126.com>
Mon, 31 Oct 2022 11:21:44 +0000 (19:21 +0800)
committerAnup Patel <anup@brainfault.org>
Mon, 14 Nov 2022 16:32:33 +0000 (22:02 +0530)
commit85cf56c159f6c955bf3616271cb1ce9c946bc9ad
tree440f874df0275ada2294ebc6634007ea697f9865
parent22f38ee6c658a660083aa45c4ec6c72f66a17260
lib: utils/fdt: Remove redundant code

uart->reg_offset and uart->reg_io_width are only used on uart8250 and
not required on other platforms. Remove for sifive and gaisler.

Signed-off-by: Xiang W <wxjstz@126.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/utils/fdt/fdt_helper.c