summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brandt <michael.brandt@stericsson.com>2011-02-04 17:23:27 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2011-02-07 09:56:50 +0100
commitc2d66c8db553def72f58f12bb7bcaae4bc789a57 (patch)
treee23c3c0ea463a809e5c3cdca3385e8804b0cb964
parentd50341a8f49372c9c93f3df69d536bceeb2f47b0 (diff)
db8500: Add db8500 v2.1 ASIC to ROM function table
db8500 v2.1 has a new ASIC ID. Add it to the function table. Without this patch and with CONFIG_ITP_LOAD, U-Boot will hang on a db8500 v2.1 Change-Id: I819663e698aa6667f5831575db87ded2c9f0c5c2 Signed-off-by: Michael Brandt <michael.brandt@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14476 Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER <jens.wiklander@stericsson.com> Reviewed-by: Par-Olof HAKANSSON <par-olof.hakansson@stericsson.com> Reviewed-by: Martin HOVANG <martin.xm.hovang@stericsson.com>
-rw-r--r--cpu/arm_cortexa9/db8500/sec_bridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm_cortexa9/db8500/sec_bridge.c b/cpu/arm_cortexa9/db8500/sec_bridge.c
index 542c42b1e..a5acaf527 100644
--- a/cpu/arm_cortexa9/db8500/sec_bridge.c
+++ b/cpu/arm_cortexa9/db8500/sec_bridge.c
@@ -18,6 +18,7 @@ struct sec_rom_cut_desc {
};
static const struct sec_rom_cut_desc cuttable[] = {
+ { 0x9001DBF4, 0x008500B1, 0x90017300 },
{ 0x9001DBF4, 0x008500B0, 0x90017300 },
{ 0x9001FFF4, 0x008500A1, 0x90018300 },
{ 0x9001FFF4, 0x005500A0, 0x90018300 },