diff options
Diffstat (limited to 'post/drivers')
-rw-r--r-- | post/drivers/flash.c | 1 | ||||
-rw-r--r-- | post/drivers/memory.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/post/drivers/flash.c b/post/drivers/flash.c index 21e2f940fe9..7638a99f2eb 100644 --- a/post/drivers/flash.c +++ b/post/drivers/flash.c @@ -12,7 +12,6 @@ #include <post.h> #include <flash.h> - /* * This code will walk over the declared sectors erasing them, * then programming them, then verifying the written contents. diff --git a/post/drivers/memory.c b/post/drivers/memory.c index 8d4ae6fc6f1..2e41c4619e0 100644 --- a/post/drivers/memory.c +++ b/post/drivers/memory.c @@ -157,7 +157,6 @@ DECLARE_GLOBAL_DATA_PTR; #warning "Injecting address line errors for testing purposes" #endif - /* * This function performs a double word move from the data at * the source pointer to the location at the destination pointer. @@ -199,7 +198,6 @@ const static unsigned long long pattern[] = { }; const unsigned long long otherpattern = 0x0123456789abcdefULL; - static int memory_post_dataline(unsigned long long * pmem) { unsigned long long temp64 = 0; |