git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24caa69
)
test: spl: Remove usage of FAT32_SIGN
author
Christian Taedcke
<christian.taedcke@weidmueller.com>
Wed, 15 Nov 2023 12:44:17 +0000
(13:44 +0100)
committer
Tom Rini
<trini@konsulko.com>
Wed, 29 Nov 2023 01:10:24 +0000
(20:10 -0500)
FAT32_SIGN is removed in the following commits.
Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
test/image/spl_load_fs.c
patch
|
blob
|
history
diff --git
a/test/image/spl_load_fs.c
b/test/image/spl_load_fs.c
index
297ab08
..
90e640b
100644
(file)
--- a/
test/image/spl_load_fs.c
+++ b/
test/image/spl_load_fs.c
@@
-220,7
+220,7
@@
static size_t create_fat(void *dst, size_t size, const char *filename,
bs->root_cluster = cpu_to_le32(root_sector);
vi->ext_boot_sign = 0x29;
- memcpy(vi->fs_type,
FAT32_SIGN
, sizeof(vi->fs_type));
+ memcpy(vi->fs_type,
"FAT32 "
, sizeof(vi->fs_type));
memcpy(dst + 0x1fe, "\x55\xAA", 2);