diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2011-09-12 04:18:42 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-05 22:03:11 +0200 |
commit | 9400f8fa7c064fd1e1c7ae714920f6067eec3ca4 (patch) | |
tree | 7c4f8239d8f60ebd7275315f80cc8cc7e7714966 /include | |
parent | e5847b7730844f35aefab778d1c36fdc327f03e5 (diff) | |
download | u-boot-imx-9400f8fa7c064fd1e1c7ae714920f6067eec3ca4.zip u-boot-imx-9400f8fa7c064fd1e1c7ae714920f6067eec3ca4.tar.gz u-boot-imx-9400f8fa7c064fd1e1c7ae714920f6067eec3ca4.tar.bz2 |
km_arm: enable POST for these boards
The current km_arm boards have a Power-On test jumper. When this
jumper is set, this triggers some Power-On tests on the board.
This patch enables the support of this jumper for starting the
memory_regions test when the jumper is set.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/km/km_arm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 71fe149..8476eb7 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -272,4 +272,10 @@ int get_scl(void); /* address for the bootcount (taken from end of RAM) */ #define BOOTCOUNT_ADDR (CONFIG_KM_RESERVED_PRAM) +/* enable POST tests */ +#define CONFIG_POST (CONFIG_SYS_POST_MEM_REGIONS) +#define CONFIG_POST_SKIP_ENV_FLAGS +#define CONFIG_POST_EXTERNAL_WORD_FUNCS +#define CONFIG_CMD_DIAG + #endif /* _CONFIG_KM_ARM_H */ |