diff options
author | Michal Simek <michal.simek@amd.com> | 2023-09-07 14:55:48 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-09-23 09:00:37 -0600 |
commit | 92271d61045944cc05194a1defbd8ecb2ab00460 (patch) | |
tree | 3c3ff307c735c50a48bf73471e102453c646f67a | |
parent | ba4034a5045cc318874030fdc442cc2e26dba99f (diff) | |
download | u-boot-92271d61045944cc05194a1defbd8ecb2ab00460.zip u-boot-92271d61045944cc05194a1defbd8ecb2ab00460.tar.gz u-boot-92271d61045944cc05194a1defbd8ecb2ab00460.tar.bz2 |
sandbox: test: Fix typo in test.dts
s/parititon/partition/
Signed-off-by: Michal Simek <michal.simek@amd.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index f351d5c..057e1ca 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -103,7 +103,7 @@ /* * This is used for the VBE OS-request tests. A FAT filesystem * created in a partition with the VBE information appearing - * before the parititon starts + * before the partition starts */ firmware0 { bootph-verify; |