summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/system-pp502x.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/system-pp502x.c')
-rw-r--r--firmware/target/arm/pp/system-pp502x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/pp/system-pp502x.c b/firmware/target/arm/pp/system-pp502x.c
index af2e6d7761..697b52cf51 100644
--- a/firmware/target/arm/pp/system-pp502x.c
+++ b/firmware/target/arm/pp/system-pp502x.c
@@ -489,6 +489,8 @@ void system_init(void)
489 DEV_RS = 0x00000000; 489 DEV_RS = 0x00000000;
490 DEV_RS2 = 0x00000000; 490 DEV_RS2 = 0x00000000;
491#elif defined(PHILIPS_SA9200) 491#elif defined(PHILIPS_SA9200)
492 DEV_INIT1 = 0x00000000;
493 DEV_INIT2 = 0x40004000;
492 /* reset all allowed devices */ 494 /* reset all allowed devices */
493 DEV_RS = 0x3ffffef8; 495 DEV_RS = 0x3ffffef8;
494 DEV_RS2 = 0xffffffff; 496 DEV_RS2 = 0xffffffff;