projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mtd: nand: mxs_nand_spl: Remove the page aligned access
[u-boot.git]
/
drivers
/
mtd
/
nand
/
raw
/
mxs_nand_spl.c
diff --git
a/drivers/mtd/nand/raw/mxs_nand_spl.c
b/drivers/mtd/nand/raw/mxs_nand_spl.c
index 9e0b8afb522f09f1c1abc39cf5470642e9aadd02..59a67ee4145d715fdb07125b8cd2d8c79da4e959 100644
(file)
--- a/
drivers/mtd/nand/raw/mxs_nand_spl.c
+++ b/
drivers/mtd/nand/raw/mxs_nand_spl.c
@@
-283,11
+283,6
@@
int nand_spl_load_image(uint32_t offs, unsigned int size, void *buf)
return 0;
}
-struct mtd_info *nand_get_mtd(void)
-{
- return mtd;
-}
-
int nand_default_bbt(struct mtd_info *mtd)
{
return 0;
This page took
0.02759 seconds
and
4
git commands to generate.