Keith Hui has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/73238 )
Change subject: mb/roda/rv11: Drop MRC raminit hook and baseboard early_init.c ......................................................................
mb/roda/rv11: Drop MRC raminit hook and baseboard early_init.c
This mainboard implements MRC raminit hook mainboard_should_reset_usb() in a way cb:72496 made default. Drop the override.
early_init.c at baseboard level no longer contain any useful code and can be dropped entirely.
TEST=Inspection by objdump -d before and after shows same binary code compiled. Timeless binary does not change after removing early_init.c from bootblock.
[72496] https://review.coreboot.org/c/coreboot/+/72496
Change-Id: I75c897209f70b43da4be44606bca947a92bd170a Signed-off-by: Keith Hui buurin@gmail.com --- M src/mainboard/roda/rv11/Makefile.inc D src/mainboard/roda/rv11/early_init.c 2 files changed, 22 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/73238/2