From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VoUwk-0005vC-21 for mharc-grub-devel@gnu.org; Thu, 05 Dec 2013 04:10:10 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoUwY-0005os-48 for grub-devel@gnu.org; Thu, 05 Dec 2013 04:10:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoUwP-0003hi-ID for grub-devel@gnu.org; Thu, 05 Dec 2013 04:09:58 -0500 Received: from mail-bk0-x232.google.com ([2a00:1450:4008:c01::232]:57063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoUwP-0003hc-AG for grub-devel@gnu.org; Thu, 05 Dec 2013 04:09:49 -0500 Received: by mail-bk0-f50.google.com with SMTP id e11so7113942bkh.9 for ; Thu, 05 Dec 2013 01:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=lgYN67xL8gqUC/VSR18oZkr8S0b0IUta/h3D3h2vVSs=; b=dl1i98h2r07zUVkPjmY7MmZE2WW78eZb6eC9VOb6svmndc+zgkeI3UbAmkBn7OKJUu ZPshZLnAUHtaYDhji+/1BZeXxtkn8FArwd0o67spqs3Ma4H/h773M9AgVpbPEipk9wGi 0Du2ii1vCUhTw7CpnwuwXHHBtD9CU/QhKFW6drVkIRnFeXWdbnYpRoTUXRSiHKDjVNMa x9aT4HsGLgbYHZrTv//UxA0WvRAnZErN38xycNrTujm+3iR19xz0hqvdBcCu5+yGz//E LAax5iGxGZh3Ku8DbtqSU9rvPaoy3Z8z/kYWnF74bdpaUUZI7ghe/x/Xws2eta+pmd5c Wp8Q== X-Received: by 10.204.106.139 with SMTP id x11mr53587355bko.7.1386234588210; Thu, 05 Dec 2013 01:09:48 -0800 (PST) Received: from [192.168.56.2] (an-19-188-210.service.infuturo.it. [151.19.188.210]) by mx.google.com with ESMTPSA id pu8sm84321959bkb.9.2013.12.05.01.09.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Dec 2013 01:09:47 -0800 (PST) Message-ID: <52A04326.3070701@gmail.com> Date: Thu, 05 Dec 2013 10:11:02 +0100 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: fdt: fix for add_subnode() References: <20131204152807.GW24997@rocoto.smurfnet.nu> In-Reply-To: <20131204152807.GW24997@rocoto.smurfnet.nu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4008:c01::232 Cc: Leif Lindholm X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 09:10:06 -0000 Hi, On 12/04/2013 04:28 PM, Leif Lindholm wrote: > The current fdt support fails to update the size of the dt_struct after > adding a new node. Attached is the suggested fix. Looks ok to me. -- Francesco