summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-23 08:47:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-31 13:57:48 +0200
commit97d974d028f752d033634a608c5d43f335310ed6 (patch)
treeede6d416c09fa848ea6a16f99c2c893bd27e1d21 /Makefile.am
parente27336581bf364e3fee09a3fe0eb647f6623ae3d (diff)
downloaddt-utils-97d974d028f752d033634a608c5d43f335310ed6.tar.gz
dt-utils-97d974d028f752d033634a608c5d43f335310ed6.tar.xz
state: Drop cache bucket
The cache bucket sits between the storage functions and the backend storage. We only read from the storage once, so there is no need to cache anything. The real purpose of the cache bucket is to keep the -EUCLEAN information when a NAND block needs to be rewritten and to keep the read buffers as long as the backend iterates over all buckets trying to find the one we want to use. This can be coded easier and more obvious in the backend code, so drop the cache bucket. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cf442b..f78306e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,6 @@ barebox_state_SOURCES = \
src/base64.c \
src/barebox-state/backend_bucket_circular.c \
src/barebox-state/backend_bucket_direct.c \
- src/barebox-state/backend_bucket_cached.c \
src/barebox-state/backend_format_dtb.c \
src/barebox-state/backend_format_raw.c \
src/barebox-state/backend_storage.c \