Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69216 )
Change subject: configs: Rename test config for Asus P8Z77-V LX2 ......................................................................
configs: Rename test config for Asus P8Z77-V LX2
Looks like abuild picks up filenames according to the mainboard's Kconfig symbol. For the Asus P8Z77-V LX2 mainboard, the symbol is `BOARD_ASUS_P8Z77_V_LX2`, but the (absurdly long) filename of the config file contains `asus_p8z77-v_lx2`, with a hyphen instead of an underscore. Thus, rename this file so that abuild picks it up.
TEST: ./util/abuild/abuild -y -c $(nproc) -Z -t asus/p8x7x-series
Change-Id: I1dbf6c7bf6ce3dafcabe6b9078331f1a4b22ffb4 Signed-off-by: Angel Pons th3fanbus@gmail.com --- R configs/config.asus_p8z77_v_lx2.debug_smmstore_hotplug_yabel_em100 1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/69216/1
diff --git a/configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 b/configs/config.asus_p8z77_v_lx2.debug_smmstore_hotplug_yabel_em100 similarity index 100% rename from configs/config.asus_p8z77-v_lx2.debug_smmstore_hotplug_yabel_em100 rename to configs/config.asus_p8z77_v_lx2.debug_smmstore_hotplug_yabel_em100