From 20ff75f1fc302b83f4184526fbb082718b61501e Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 15 Mar 2013 14:40:40 -0700 Subject: [PATCH] google/snow: rename a file so that it is clear what board it is for One might wonder what a board named 'build' does. Rename the file to build-snow. The fact that it is in a directory with google in the name should be enough to identify the vendor. Change-Id: I0b473cdce67d56fc6b92032b55180523eb337d66 Signed-off-by: Ronald G. Minnich Reviewed-on: http://review.coreboot.org/2766 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/vendorcode/google/chromeos/{build => build-snow} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/vendorcode/google/chromeos/{build => build-snow} (100%) diff --git a/src/vendorcode/google/chromeos/build b/src/vendorcode/google/chromeos/build-snow similarity index 100% rename from src/vendorcode/google/chromeos/build rename to src/vendorcode/google/chromeos/build-snow