[PATCH] sandbox: test: Fix typo in test.dts

s/parititon/partition/
Signed-off-by: Michal Simek michal.simek@amd.com ---
arch/sandbox/dts/test.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index cf1b3da9cace..19f184e791bf 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -112,7 +112,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;

On Thu, 7 Sept 2023 at 15:55, Michal Simek michal.simek@amd.com wrote:
s/parititon/partition/
Signed-off-by: Michal Simek michal.simek@amd.com
arch/sandbox/dts/test.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index cf1b3da9cace..19f184e791bf 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -112,7 +112,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;
-- 2.36.1
Acked-by: Ilias Apalodimas ilias.apalodimas@linaro.org

On Thu, 7 Sept 2023 at 06:56, Michal Simek michal.simek@amd.com wrote:
s/parititon/partition/
Signed-off-by: Michal Simek michal.simek@amd.com
arch/sandbox/dts/test.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Ilias Apalodimas
-
Michal Simek
-
Simon Glass