mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
post: Migrate to Kconfig
We move the existing CONFIG_POST_* functionality over to CFG_POST and then introduce CONFIG_POST to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d948c8988c
commit
9cebc4ad8e
58 changed files with 114 additions and 99 deletions
|
@ -137,7 +137,7 @@ Memory testing options for mpc85xx
|
|||
2. Memory test can be done with Power-On-Self-Test function, activated at
|
||||
compile time.
|
||||
|
||||
In order to enable the POST memory test, CONFIG_POST needs to be
|
||||
In order to enable the POST memory test, CFG_POST needs to be
|
||||
defined in board configuraiton header file. By default, POST memory test
|
||||
performs a fast test. A slow test can be enabled by changing the flag at
|
||||
compiling time. To test memory bigger than 2GB, 36BIT support is needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue