From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 10:53:25 +0800 Subject: [PATCH v6 027/102] x86: Define the SPL image start In-Reply-To: <20191206213936.v6.27.I6c05ea4054b6eaf2f2cf3c3a2e0640ea5701aadf@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.27.I6c05ea4054b6eaf2f2cf3c3a2e0640ea5701aadf@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:47 PM Simon Glass wrote: > > Define this symbol so that we can use binman symbols correctly. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/u-boot-spl.lds | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > applied to u-boot-x86/next, thanks!