diff options
author | Pavel Kolesnikov <concord@emcraft.com> | 2007-07-20 15:03:03 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-20 15:03:03 +0200 |
commit | 531e3e8b831f357056448fa573137d5fb37000fd (patch) | |
tree | b49334f81c18efb6fe8ced7f960e9075118e2253 /include/post.h | |
parent | 8f085e324ad89423314b1a529a0dd5d85c8397ad (diff) |
POST: Add ECC POST for the lwmon5 board
This patch adds ECC Post test for the Lwmon5 board based
on PPC440EPx to U-Boot.
Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
Acked-by: Yuri Tikhonov <yur@emcraft.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/post.h b/include/post.h index 8259e5d2ea6..c8062bbbc17 100644 --- a/include/post.h +++ b/include/post.h @@ -92,6 +92,7 @@ extern int post_hotkeys_pressed(void); #define CFG_POST_DSP 0x00001000 #define CFG_POST_CODEC 0x00002000 #define CFG_POST_FPU 0x00004000 +#define CFG_POST_ECC 0x00008000 #endif /* CONFIG_POST */ |