From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=shYN3U9j; spf=pass (domain: linaro.org, ip: 209.85.221.41, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com [209.85.221.41]) by groups.io with SMTP; Thu, 19 Sep 2019 09:03:34 -0700 Received: by mail-wr1-f41.google.com with SMTP id r3so3679060wrj.6 for ; Thu, 19 Sep 2019 09:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kRn6qx0xfmBJ7KU7Z+0K5Kr5a1wlG9k4aePzyUpnBEI=; b=shYN3U9jrXAfaxQHnFc+1Fkf1pKn+zZWeeP7QSPE+nWtiu0l3rbR6RFFp5U0CSts+0 bALHNSyB0IzRRXG0TwtfKMZH0etFrS38n/l+gUR3ZL0KzGZzoJyh1XtqESAkkuZ7cp0u lJM1Bk8QJoD/6G+RqorfRjXAYMS12ImP/JfNhw5l95Xrw/LEPgEAKJzq4adCg310FYab Hw1zdfiP4qirS/zWLn0TLp+0yDoMKi0rP0i6oEEwDAIpBwovFWC5EMxLVY0PeODFVub6 iGEGUZ+s4DUZ9jpLejQZ0i4GwNViVhno1t2pdm6eKNllAOZYGCqJ3oUeN2jF0x/jxhEL fcLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kRn6qx0xfmBJ7KU7Z+0K5Kr5a1wlG9k4aePzyUpnBEI=; b=pAW8zRm9v0JtUHXaN/EWaKYi7RpnIiuaW3wXlVzuuF+xPZm8yirKN/fwfcoTr2deM/ WJzUN4PT3ZjZHlNi7oU48hNDOzJBIs/pO649Z/faJEzM9F51A+Pv5b9pJBQIglCrKUOe Gv9gxTDqu+j+PAaSye6Tt9qVUZSiBLe0kGzDRhdA9ER36kqUa3ts+U+SNDG++4S48ukb uh7PfgUF4KXFJfmD8nDbR/o0ncOrLSZEuSRpfM1tUQzPgYzW6KiOJZcQTQG+Izsim30h k9kZh5w2DuuLZCuHX9iWgNtsqolxavbrup+qBmcRh1eOJy6nnPuu4qG+p0jJrVGNnZOP mu3w== X-Gm-Message-State: APjAAAW+Jyd6KQwAjFQuOryhXhd4cOB9xN81/7Acb5vq/7epYAiovBxP gUdBEyu/7cCptm13dsAE4iWybc661GI= X-Google-Smtp-Source: APXvYqybRXwGZv6rq+QSI2ncJUdtXl6yg8QFzJmUCPINrEmMhWDQTrlnh5erCZRSrtQUPduCjEVAPg== X-Received: by 2002:a5d:4803:: with SMTP id l3mr7872903wrq.301.1568909012348; Thu, 19 Sep 2019 09:03:32 -0700 (PDT) Return-Path: Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id v4sm15948662wrg.56.2019.09.19.09.03.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Sep 2019 09:03:31 -0700 (PDT) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [PATCH v2 4/9] EmbeddedPkg: delete outdated FdtLib README.txt Date: Thu, 19 Sep 2019 17:03:14 +0100 Message-Id: <20190919160319.16270-5-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190919160319.16270-1-leif.lindholm@linaro.org> References: <20190919160319.16270-1-leif.lindholm@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit While looking at encoding and line ending errors, I found this file in fact simply points to a sourceforge page which no longer exists. Since there is nothing more to say than "this is an import of libfdt", let's just delete it. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm --- EmbeddedPkg/Library/FdtLib/README.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/EmbeddedPkg/Library/FdtLib/README.txt b/EmbeddedPkg/Library/FdtLib/README.txt deleted file mode 100644 index fb4010539f73..000000000000 --- a/EmbeddedPkg/Library/FdtLib/README.txt +++ /dev/null @@ -1 +0,0 @@ -See: https://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EmbeddedPkg/Fdt \ No newline at end of file -- 2.20.1