From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Mar 2021 01:28:01 +0000 Subject: [PATCH v4 42/42] x86: apl: Use read-only SPL and new of-platdata In-Reply-To: <20210315172537.v4.42.I436f1cd96c4c47151e0cd1ef97eb64e7589a1364@changeid> References: <20210315172537.v4.42.I436f1cd96c4c47151e0cd1ef97eb64e7589a1364@changeid> <20210315042553.1932494-1-sjg@chromium.org> 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 With Apollo Lake, SPL is placed in read-only memory. Set this new option so that OF_PLATDATA_INST can be used. Signed-off-by: Simon Glass --- Changes in v4: - Rebase to -next arch/x86/cpu/apollolake/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm/next, thanks!