stm32image.c (81260e3331d52e08c3f4709043c931a3fdd62095) | stm32image.c (4549e789c1d58a8c48e8a20f1b4bdb83e978c954) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
|
1/* 2 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved | 2/* 3 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved |
3 * 4 * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause | |
5 */ 6 7#include <image.h> 8#include "imagetool.h" 9 10/* magic ='S' 'T' 'M' 0x32 */ 11#define HEADER_MAGIC be32_to_cpu(0x53544D32) 12#define VER_MAJOR_IDX 2 --- 136 unchanged lines hidden --- | 4 */ 5 6#include <image.h> 7#include "imagetool.h" 8 9/* magic ='S' 'T' 'M' 0x32 */ 10#define HEADER_MAGIC be32_to_cpu(0x53544D32) 11#define VER_MAJOR_IDX 2 --- 136 unchanged lines hidden --- |