README: note the vivado version requirements
[freedom-sifive.git] / bootrom / sdboot / common.h
1 #ifndef _SDBOOT_COMMON_H
2 #define _SDBOOT_COMMON_H
3
4 #ifndef PAYLOAD_DEST
5 #define PAYLOAD_DEST MEMORY_MEM_ADDR
6 #endif
7
8
9 #endif