diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-08 23:06:12 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-08 23:06:12 +0100 |
commit | cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 (patch) | |
tree | 1737a3fe7a054b35831605f17b3f2649595b2a57 /board/amcc | |
parent | eb92f613556800f7483666db09d9a237ad911d4a (diff) | |
parent | 992423ab43c2bcf6b704853bd00af77450915e20 (diff) | |
download | u-boot-imx-cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093.zip u-boot-imx-cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093.tar.gz u-boot-imx-cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093.tar.bz2 |
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Diffstat (limited to 'board/amcc')
-rw-r--r-- | board/amcc/sequoia/sequoia.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/amcc/sequoia/sequoia.c b/board/amcc/sequoia/sequoia.c index b2b82c7..daaffe0 100644 --- a/board/amcc/sequoia/sequoia.c +++ b/board/amcc/sequoia/sequoia.c @@ -336,6 +336,10 @@ int misc_init_r(void) } #endif /* CONFIG_440EPX */ + mfsdr(SDR0_SRST1, reg); /* enable security/kasumi engines */ + reg &= ~(SDR0_SRST1_CRYP0 | SDR0_SRST1_KASU0); + mtsdr(SDR0_SRST1, reg); + /* * Clear PLB4A0_ACR[WRP] * This fix will make the MAL burst disabling patch for the Linux |