]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/mcsdk-tools.git/blobdiff - boot_loader/examples/srio/srioboot_ddrinit/src/srioboot_ddrinit.c
MCSDK 3.0: add boot examples to support evmk2k device
[keystone-rtos/mcsdk-tools.git] / boot_loader / examples / srio / srioboot_ddrinit / src / srioboot_ddrinit.c
old mode 100644 (file)
new mode 100755 (executable)
index d672c4f..99e8665
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2011 Texas Instruments Incorporated - http://www.ti.com
+ * Copyright (c) 2011-2012 Texas Instruments Incorporated - http://www.ti.com
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
 #define MAGIC_ADDR     0x8ffffc
 #endif
 
+#ifdef DEVICE_K2K
+#define MAGIC_ADDR     0x8ffffc
+#endif
+
 #define BOOT_MAGIC_ADDR(x)  (MAGIC_ADDR + (1<<28) + (x<<24))
 
 /* OSAL functions for Platform Library */