Re: [PATCH v3 2/3] cmd/sbi: use constants instead of numerical values

2021-09-05 Thread Bin Meng
On Sun, Sep 5, 2021 at 4:38 PM Heinrich Schuchardt wrote: > > Use constants for extension IDs. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Sean Anderson > Reviewed-by: Leo Yu-Chi Liang > --- > v3: > no change > --- > cmd/riscv/sbi.c | 30 +++--- > 1

[PATCH v3 2/3] cmd/sbi: use constants instead of numerical values

2021-09-05 Thread Heinrich Schuchardt
Use constants for extension IDs. Signed-off-by: Heinrich Schuchardt Reviewed-by: Sean Anderson Reviewed-by: Leo Yu-Chi Liang --- v3: no change --- cmd/riscv/sbi.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cmd/riscv/sbi.c