File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737#ifdef WOLFBOOT_FIXED_PARTITIONS
3838
3939#if defined(ARCH_SIM ) && !defined(WOLFBOOT_PARTITION_FILENAME )
40- #ifndef __ASSEMBLER__
4140 #include <stdint.h>
4241 /* use runtime ram base for simulator */
4342 extern uint8_t * sim_ram_base ;
4443 #undef ARCH_FLASH_OFFSET
4544 #define ARCH_FLASH_OFFSET ((size_t)sim_ram_base)
46- #endif /* !__ASSEMBLER__ */
4745 #define WOLFBOOT_PART_USE_ARCH_OFFSET
4846#endif
4947
Original file line number Diff line number Diff line change 4646/* Stdlib Types */
4747#define CTYPE_USER /* don't let wolfCrypt types.h include ctype.h */
4848
49- #if !defined( WOLFSSL_ARMASM ) && !defined( __ASSEMBLER__ )
49+ #ifndef WOLFSSL_ARMASM
5050#ifndef toupper
5151extern int toupper (int c );
5252#endif
@@ -353,13 +353,6 @@ extern int tolower(int c);
353353# endif
354354# else
355355# define SP_WORD_SIZE 32
356- # endif
357-
358- /* x86_64 ASM 4096-bit routines use 2048-bit helpers internally,
359- * so ensure 2048-bit asm is not excluded when 4096-bit is needed */
360- # if defined(WOLFSSL_SP_X86_64_ASM ) && defined(WOLFSSL_SP_4096 ) && \
361- defined(WOLFSSL_SP_NO_2048 )
362- # undef WOLFSSL_SP_NO_2048
363356# endif
364357
365358 /* SP Math needs to understand long long */
You can’t perform that action at this time.
0 commit comments