diff options
-rw-r--r-- | net/nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ struct rpc_t { NFS_MAX_ATTRS]; } reply; } u; -} __attribute__((packed)); +}; void nfs_start(void); /* Begin NFS */ |
index : uboot-2021-rebase.git | ||
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival | git repository hosting |
summaryrefslogtreecommitdiff |
-rw-r--r-- | net/nfs.h | 2 |
@@ -78,7 +78,7 @@ struct rpc_t { NFS_MAX_ATTRS]; } reply; } u; -} __attribute__((packed)); +}; void nfs_start(void); /* Begin NFS */ |