From c2d66c8db553def72f58f12bb7bcaae4bc789a57 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Fri, 4 Feb 2011 17:23:27 +0100 Subject: 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 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/14476 Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER Reviewed-by: Par-Olof HAKANSSON Reviewed-by: Martin HOVANG --- cpu/arm_cortexa9/db8500/sec_bridge.c | 1 + 1 file changed, 1 insertion(+) 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 }, -- cgit v1.2.3