diff options
author | Detlev Zundel <dzu@denx.de> | 2009-03-30 00:31:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-30 09:41:28 +0200 |
commit | 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 (patch) | |
tree | f951d46d186cc14fda061abe41d91b5855d65388 /include/configs/inka4x0.h | |
parent | 04e11cf383ff6231535fd981023bb1306b2133d4 (diff) | |
download | u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.zip u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.tar.gz u-boot-imx-7b5611cdd12ca0cc33f994f0d4a4454788fc3124.tar.bz2 |
inka4x0: Add hardware diagnosis functions for inka4x0
This patch adds advanced diagnosis functions for the inka4x0 board.
Signed-off-by: Andreas Pfefferle <ap@denx.de>
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'include/configs/inka4x0.h')
-rw-r--r-- | include/configs/inka4x0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index e42fa6d..b80796d 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -39,6 +39,7 @@ #define BOOTFLAG_WARM 0x02 /* Software reboot */ #define CONFIG_MISC_INIT_F 1 /* Use misc_init_f() */ +#define CONFIG_MISC_INIT_R 1 /* Use misc_init_r() */ #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |