summaryrefslogtreecommitdiffstats
path: root/post/drivers/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-10 13:35:40 +0000
committerWolfgang Denk <wd@denx.de>2011-07-26 16:49:44 +0200
commitf6f7395eb36a5d4ac7e3b088f65cda42629d1d79 (patch)
treea482d441e627cb22c848d0ffc1a456c133ed2528 /post/drivers/Makefile
parentd2397817f12d246cfd88caefd6f12dfd3e2d2c17 (diff)
downloadblackbird-obmc-uboot-f6f7395eb36a5d4ac7e3b088f65cda42629d1d79.tar.gz
blackbird-obmc-uboot-f6f7395eb36a5d4ac7e3b088f65cda42629d1d79.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'post/drivers/Makefile')
-rw-r--r--post/drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud