freedom/bootrom/sdboot/common.h

10 lines
127 B
C
Raw Normal View History

2017-08-19 03:21:04 +02:00
#ifndef _SDBOOT_COMMON_H
#define _SDBOOT_COMMON_H
#ifndef PAYLOAD_DEST
#define PAYLOAD_DEST MEMORY_MEM_ADDR
#endif
#endif