From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 1 Feb 2017 00:12:37 +0100 Subject: [U-Boot] [RFC] cmd: fdt: memory fixup In-Reply-To: <20170131023551.mtas7csvuk4hkxtw@lenoch> References: <20170131023551.mtas7csvuk4hkxtw@lenoch> Message-ID: <20170131231237.nwpq6bg65ddmnqsi@lenoch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jan 31, 2017 at 03:35:51AM +0100, Ladislav Michl wrote: > To get Falcon mode working with zImage is currently non trivial as zImages > do not fit into U-Boot's image concept too well. Fortunately at least for > ARM boards it seems getting memory node right is quite sufficient. > What about changing 'fdt memory' command to update memory node according to > detected memory layout when called without parameters? Looked at other (!arm) platforms implementation... Does not seem like good idea anymore. What about adding posibility to call ft_arch_fixup? Other ideas? Thank you, ladis