kendryte / k230_sdk

Kendryte K230 SDK
BSD 2-Clause "Simplified" License
165 stars 35 forks source link

Update platform.c to drop unnecessary K230 specific operations #51

Closed yf13 closed 8 months ago

yf13 commented 8 months ago

PR描述:

U-Boot already has K230 specific operations, this operation is unnecessary. We can drop this to be closer with mainline OpenSBI.

详细描述:

This is duplicated with operations src/little/uboot/arch/riscv/cpu/k230/cpu.c:harts_early_init().

关联issue:

None

wuwentao commented 8 months ago

merged, thank you very much for your PR. it will be rebase in our main branch.