[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:
sam.xiang
2023-02-22 13:43:23 +08:00
parent f8fc109960
commit 3a4bcfca2f
244 changed files with 41355 additions and 1273 deletions

View File

@ -70,7 +70,7 @@ int print_buffer(ulong addr, const void *data, uint width, uint count,
*
*/
int hexdump_line(ulong addr, const void *data, uint width, uint count,
uint linelen, char *out, int size);
uint linelen, char *out, size_t size);
/**
* display_options() - display the version string / build tag