mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
0807fe0a49
Common code already takes care of setting up these defines when a port hasn't specified them, so punt the duplicate values. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 lines
499 B
C
17 lines
499 B
C
/* DO NOT EDIT THIS FILE
|
|
* Automatically generated by generate-def-headers.xsl
|
|
* DO NOT EDIT THIS FILE
|
|
*/
|
|
|
|
#ifndef __BFIN_DEF_ADSP_BF532_proc__
|
|
#define __BFIN_DEF_ADSP_BF532_proc__
|
|
|
|
#include "BF531_def.h"
|
|
|
|
#ifndef __BFIN_DEF_ADSP_BF533_proc__
|
|
#define L1_INST_SRAM 0xFFA08000 /* 0xFFA08000 -> 0xFFA0BFFF Instruction Bank A SRAM */
|
|
#define L1_INST_SRAM_SIZE (0xFFA0BFFF - 0xFFA08000 + 1)
|
|
#define L1_INST_SRAM_END (L1_INST_SRAM + L1_INST_SRAM_SIZE)
|
|
#endif
|
|
|
|
#endif /* __BFIN_DEF_ADSP_BF532_proc__ */
|