]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
POST: make env test flags fetching optional
authorValentin Longchamp <valentin.longchamp@keymile.com>
Wed, 3 Aug 2011 02:37:02 +0000 (02:37 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 Oct 2011 20:03:10 +0000 (22:03 +0200)
commit212a0cafad08b170d25a93dfd350b7ecdb033660
treecd0323df6a811feb6da96469c42d3d5dff46e7ce
parent79843950b26980cc0a62954bf49509de301607f3
POST: make env test flags fetching optional

Some boards have the environment variables defined in a slow EEPROM. post_run
accesses these environment variables to define which tests have to be run (in
post_get_flags). This is very slow before the code relocation on some boards
with a slow I2C EEPROM for environement variables.

This patch adds a config option to skip the fetching of the test flags in the
environment variables. The test flags assigned to the tests then only are the
ones statically defined for the test in post/tests.c.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
post/post.c