X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bootrom%2Fsdboot%2Fcommon.h;fp=bootrom%2Fsdboot%2Fcommon.h;h=4f71e103a8cc9a7dd6e92bcdd5e9fb49d6096db8;hb=ec70d85cbc03ce5b497b58d1b0f50f39a3e2a4e3;hp=0000000000000000000000000000000000000000;hpb=f4375c22662f82b1b4f94e88b1aba6998b1f34ba;p=freedom-sifive.git diff --git a/bootrom/sdboot/common.h b/bootrom/sdboot/common.h new file mode 100644 index 0000000..4f71e10 --- /dev/null +++ b/bootrom/sdboot/common.h @@ -0,0 +1,9 @@ +#ifndef _SDBOOT_COMMON_H +#define _SDBOOT_COMMON_H + +#ifndef PAYLOAD_DEST + #define PAYLOAD_DEST MEMORY_MEM_ADDR +#endif + + +#endif