summaryrefslogtreecommitdiff
path: root/include/fdt_decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fdt_decode.h')
-rw-r--r--include/fdt_decode.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/fdt_decode.h b/include/fdt_decode.h
index 0969e29dec..7b9e94919c 100644
--- a/include/fdt_decode.h
+++ b/include/fdt_decode.h
@@ -244,17 +244,6 @@ enum {
FDT_NAND_TIMING_COUNT
};
-enum {
- FDT_NAND_ENV_OFFSET,
- FDT_NAND_CONFIG_OFFSET,
- FDT_NAND_CONFIG_OFFSET2,
- FDT_NAND_KERNEL_OFFSET,
- FDT_NAND_ROOTFS_LENGTH,
- FDT_NAND_ROOTFS_SIZE,
-
- FDT_NAND_PARTOFFSET_COUNT
-};
-
/* Information about an attached NAND chip */
struct fdt_nand {
struct nand_ctlr *reg;
@@ -273,13 +262,6 @@ struct fdt_nand {
int page_spare_bytes;
int page_data_bytes; /* Bytes in data area */
int timing[FDT_NAND_TIMING_COUNT];
- /*
- * The offset of the start of
- * u-boot-environment config-block kernel rootfs-size rootfs-start
- * rootfs: the numbers are concatenated to mtdparts=tegra_nand:<rootfs-size>K@<rootfs-start>K(userspace)
- * take them from a download with NVFLASH
- */
- int nv_partitions[FDT_NAND_PARTOFFSET_COUNT];
};
/**