Updates to Freedom SoCs
[freedom-sifive.git] / bootrom / sdboot / common.h
diff --git a/bootrom/sdboot/common.h b/bootrom/sdboot/common.h
new file mode 100644 (file)
index 0000000..4f71e10
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _SDBOOT_COMMON_H
+#define _SDBOOT_COMMON_H
+
+#ifndef PAYLOAD_DEST
+  #define PAYLOAD_DEST MEMORY_MEM_ADDR
+#endif
+
+
+#endif