[uboot] porting cvitek asic chips:
1. add cvitek folders to u-boot-2021.10 2. add cv183x/cv182x part 3. add cv181x/cv180x part Change-Id: I6dc2e5ff509dbab16bd60bfb3fd61852da5e01f6
This commit is contained in:
15
u-boot-2021.10/include/cvi_update.h
Normal file
15
u-boot-2021.10/include/cvi_update.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef __CVI_UPDATE_H__
|
||||
#define __CVI_UPDATE_H__
|
||||
|
||||
#define EXTRA_FLAG_SIZE 32
|
||||
|
||||
#undef pr_debug
|
||||
#ifdef DEBUG
|
||||
#define pr_debug(fmt, ...) printf(fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
#define pr_debug(fmt, ...)
|
||||
#endif
|
||||
|
||||
int _prgImage(char *file, uint32_t chunk_header_size, char *file_name);
|
||||
|
||||
#endif /* __CVI_UPDATE_H__ */
|
||||
Reference in New Issue
Block a user