diff --git a/include/target.h b/include/target.h index 30460a94..d6e095e4 100644 --- a/include/target.h +++ b/include/target.h @@ -10,7 +10,7 @@ #define WOLFBOOT_PARTITION_SIZE 0x20000 #define WOLFBOOT_PARTITION_BOOT_ADDRESS 0x20000 -#define WOLFBOOT_PARTITION_UPDATE_ADDRESS 0x0 -#define WOLFBOOT_PARTITION_SWAP_ADDRESS 0x20000 +#define WOLFBOOT_PARTITION_UPDATE_ADDRESS 0x40000 +#define WOLFBOOT_PARTITION_SWAP_ADDRESS 0x60000 #endif