Pārlūkot izejas kodu

post, memory test: add memory_post_test() to include file

This include is needed, if this memory test is used "outside"
from post code, for example booting with nand_spl, and using
this memory test before copying u-boot code to RAM and jumping
to it.

Signed-off-by: Heiko Schocher <hs@denx.de>
Heiko Schocher 13 gadi atpakaļ
vecāks
revīzija
eaf5e65af5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      include/post.h

+ 1 - 0
include/post.h

@@ -147,6 +147,7 @@ unsigned long post_time_ms (unsigned long base);
 extern struct post_test post_list[];
 extern struct post_test post_list[];
 extern unsigned int post_list_size;
 extern unsigned int post_list_size;
 extern int post_hotkeys_pressed(void);
 extern int post_hotkeys_pressed(void);
+extern int memory_post_test(int flags);
 
 
 /*
 /*
  *  If GCC is configured to use a version of GAS that supports
  *  If GCC is configured to use a version of GAS that supports