diff options
author | Wolfgang Denk <wd@denx.de> | 2011-05-12 19:27:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-12 19:27:42 +0200 |
commit | 0e0c0892a1fab6f93ba09d89ec3315f08f1b6ef4 (patch) | |
tree | 2fe8aa31f12c433194a317d5edcee87fbef41cbc /include/configs | |
parent | 162eee41060896af666c70ae308d2bb13d971ccf (diff) | |
parent | 644362c40aa8d356d2cc0d230ce0c3bad279c23c (diff) | |
download | u-boot-imx-0e0c0892a1fab6f93ba09d89ec3315f08f1b6ef4.zip u-boot-imx-0e0c0892a1fab6f93ba09d89ec3315f08f1b6ef4.tar.gz u-boot-imx-0e0c0892a1fab6f93ba09d89ec3315f08f1b6ef4.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/kilauea.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index 031f8fb..e66aadf 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -44,6 +44,20 @@ #endif /* + * CHIP_21 errata - you must set this to match your exact CPU, else your + * board will not boot. DO NOT enable this unless you have JTAG available + * for recovery, in the event you get it wrong. + * + * Kilauea uses the 405EX, while Haleakala uses the 405EXr. Either board + * may be equipped for security or not. You must look at the CPU part + * number to be sure what you have. + */ +/* #define CONFIG_SYS_4xx_CHIP_21_405EX_NO_SECURITY */ +/* #define CONFIG_SYS_4xx_CHIP_21_405EX_SECURITY */ +/* #define CONFIG_SYS_4xx_CHIP_21_405EXr_NO_SECURITY */ +/* #define CONFIG_SYS_4xx_CHIP_21_405EXr_SECURITY */ + +/* * Include common defines/options for all AMCC eval boards */ #define CONFIG_HOSTNAME kilauea |