Files
chipyard/fpga/src/main/resources/vcu118/sdboot/common.h
2020-11-06 10:18:10 -08:00

11 lines
170 B
C

// See LICENSE.Sifive for license details.
#ifndef _SDBOOT_COMMON_H
#define _SDBOOT_COMMON_H
#ifndef PAYLOAD_DEST
#define PAYLOAD_DEST MEMORY_MEM_ADDR
#endif
#endif