From f6f7395eb36a5d4ac7e3b088f65cda42629d1d79 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 May 2011 13:35:40 +0000 Subject: post: new nor flash test This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use. Signed-off-by: Mike Frysinger --- post/drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/drivers/Makefile') diff --git a/post/drivers/Makefile b/post/drivers/Makefile index 0d87ae0f9d..85d6c03fc2 100644 --- a/post/drivers/Makefile +++ b/post/drivers/Makefile @@ -24,6 +24,6 @@ include $(TOPDIR)/config.mk LIB = libpostdrivers.o -COBJS-$(CONFIG_HAS_POST) += i2c.o memory.o rtc.o +COBJS-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o include $(TOPDIR)/post/rules.mk -- cgit v1.2.1