Rob Barnes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45852 )
Change subject: mb/google/zork/ezkinil: Increase eMMC initial clock frequency ......................................................................
Patch Set 1:
/cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:349:4: error: 'struct <anonymous>' has no member named 'sdr104_hs400_driver_strength' .sdr104_hs400_driver_strength = SD_EMMC_DRIVE_STRENGTH_A, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:349:35: error: 'SD_EMMC_DRIVE_STRENGTH_A' undeclared here (not in a function) .sdr104_hs400_driver_strength = SD_EMMC_DRIVE_STRENGTH_A, ^~~~~~~~~~~~~~~~~~~~~~~~ /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:349:35: error: excess elements in struct initializer [-Werror] /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:349:35: note: (near initialization for 'soc_amd_picasso_info_1.emmc_config') /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:350:4: error: 'struct <anonymous>' has no member named 'init_khz_preset' .init_khz_preset = 400, ^~~~~~~~~~~~~~~ /cb-build/coreboot-gerrit.0/chromeos/GOOGLE_EZKINIL/mainboard/google/zork/static.c:350:22: error: excess elements in struct initializer [-Werror] .init_khz_preset = 400, ^~~