17 lines
697 B
C
17 lines
697 B
C
/*
|
|
* Copyright (c) 2018 Renesas Electronics Corporation. All rights reserved.
|
|
*/
|
|
|
|
/* 0xE6300400 */
|
|
const unsigned int __attribute__ ((section (".boot_param"))) boot_param = 0x00000000;
|
|
/* 0xE630048C */
|
|
const unsigned int __attribute__ ((section (".cert_offset"))) reserved = 0x00000000;
|
|
/* 0xE63005D4 */
|
|
const unsigned int __attribute__ ((section (".cert_addr"))) cert_addr = 0xE6304000;
|
|
/* 0xE63006E4 */
|
|
const unsigned int __attribute__ ((section (".cert_size"))) cert_size = 0x00001000;
|
|
/* 0xE6301154 */
|
|
const unsigned int __attribute__ ((section (".cert_addr2"))) cert_addr2 = 0xE6304000;
|
|
/* 0xE6301264 */
|
|
const unsigned int __attribute__ ((section (".cert_size2"))) cert_size2 = 0x00001000;
|