From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2C80C636CC for ; Tue, 7 Feb 2023 16:52:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C391C85E99; Tue, 7 Feb 2023 17:51:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="tOtc3Lpl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 40B6685E7A; Tue, 7 Feb 2023 17:50:54 +0100 (CET) Received: from mail-qv1-xf2f.google.com (mail-qv1-xf2f.google.com [IPv6:2607:f8b0:4864:20::f2f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A8F8C85E91 for ; Tue, 7 Feb 2023 17:50:49 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2f.google.com with SMTP id m16so3671722qvm.4 for ; Tue, 07 Feb 2023 08:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=IIxJUA8ZbNHn9Kil+NiNAIyAnb7orgARTmVocbGQNhI=; b=tOtc3LplsOHt7Zj0dFRmV0YMqVJOQdddb1RvEOmIiys83mECBMfCdTO8bUtJX/ytiF Kxb8g5oflt9e6f9VhqZqYTlmyjw/QkzIWApZshSbptY5NBuTl5XwFUVe89MJ8jnUWWsP 8mzngIsEarJ1PAs/maNsoiguKFEpGJ1r4e77U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=IIxJUA8ZbNHn9Kil+NiNAIyAnb7orgARTmVocbGQNhI=; b=2fGwwcYtTcVkQqkT3AWfSHYXvrUtdHW09DMwfa3lFNQhgfzPf6MQUfljlENBv2ud0+ 195nT2hSDguOHk5uWAsldmjtqoFYHmXafUGJv3urXW91+CKT3Ie68O6z0E4/KvXvw13j /CUtlINN2llYmmr8E9z3BMtPW96rz44C9cTgu7oafPzEQhB/14aNyrTTGauhWMfIv1Xv i8vFj2h0sO9pfmFoVb9vbYB1neXdpYFEoS8cQy+NyksUn92rBoI/twajMjRDJ5AVrX7Y tu+RZl56oQexnAEbVhaw/CAqyvATw0ESqq+Nl8lAh2tEtCYpRZ4V8CaPKchm1Q/ARDEJ IuZQ== X-Gm-Message-State: AO0yUKXWz6S614Td1A4W/NR139t9VBkOFeMACeszNwIqft0ktyK/r74a 1pqmh4POoSoc76RPKnVl2Qygn4AaMg7Fu7nUQNo= X-Google-Smtp-Source: AK7set8uLAsZj+dhGw6Ql0W3iDBker473HzKpen6I8gDTdipix5qVPV7nFRNzQIeT2505XDnEBjRZg== X-Received: by 2002:a0c:f988:0:b0:56b:ef40:696b with SMTP id t8-20020a0cf988000000b0056bef40696bmr8771390qvn.15.1675788648430; Tue, 07 Feb 2023 08:50:48 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7494-fb31-9b5f-683c.res6.spectrum.com. [2603:6081:7b00:6400:7494:fb31:9b5f:683c]) by smtp.gmail.com with ESMTPSA id r30-20020a05620a03de00b0071c2a68d6f2sm9739548qkm.20.2023.02.07.08.50.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Feb 2023 08:50:48 -0800 (PST) Date: Tue, 7 Feb 2023 11:50:46 -0500 From: Tom Rini To: Heiko Schocher Cc: U-Boot Mailing List , pali@kernel.org Subject: Re: [PATCH v1 06/12] powerpc/mpc85xx: socrates: add initrd_high default environment variable Message-ID: References: <20230124170700.3889830-1-hs@denx.de> <20230124170700.3889830-7-hs@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KR1PBsPGzpz7NhsN" Content-Disposition: inline In-Reply-To: <20230124170700.3889830-7-hs@denx.de> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean --KR1PBsPGzpz7NhsN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 24, 2023 at 06:06:54PM +0100, Heiko Schocher wrote: > we need to set initrd_high to get fitimage booting. >=20 > Without, U-Boot drops when booting fitimage: >=20 > ERROR: Failed to allocate 0x59a0b6 bytes below 0x800000. > ramdisk - allocation error > bootm - boot application image from memory >=20 > Signed-off-by: Heiko Schocher Applied to u-boot/master, thanks! --=20 Tom --KR1PBsPGzpz7NhsN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPigWYACgkQFHw5/5Y0 tywWegv8CxfKQ3qNk46k4obbQI9bWGcoK0LLllcOk4XQWz2EXM0vEWHOW257qgeS x9dpGSpFs9mtOCmtBnc3vw//3YO310LJ6AQhzdEHF3FW6+uIekPXRk2JEpx6QfeD 92Vxce7RhewA1ScUCtpaO3Q1xEwy20POAdt/goWjHBgDMDFxm5URrxcCHugf9P1g G4oagU0oRy3it0mRlyP6EgrlNQ6SGkJEnOX8bid9aLQO6Mx21LkkS3PEyKq6Ylh6 0ZvpWB2RaKeTAXCaI2GzlzaMVZQHRDCbBVSudYJLyJ8yvqCiyGalgUg3+Hzw8J3r ufAygWG89+1pfnZU55l5no0U4yjcNtLLSKz2CDhUTnK8DCtoyMPkxyhDc61ArAG8 CHzfVz/z+hHr2pvE+nWJYpeaMzwg6is9VQEO7sFmUImWI3oTcycR85puEFRDFNje v6yoLndLZwAURgQniltwN5rfHxFTnOy0UhqlCCexj+DVG26glooMpjl3VputSSGC J/4+hfKX =wOrC -----END PGP SIGNATURE----- --KR1PBsPGzpz7NhsN--