3.1、修改aboot.c文件:
修改/bootable/bootloader/lk/app/aboot/aboot.c,增加:
+#include <i2c_qup.h>
+#include <blsp_qup.h>
#include <app.h>
extern int get_target_boot_params(const char *cmdline, const char *part,
char **buf);
3.1、修改aboot.c文件:
修改/bootable/bootloader/lk/app/aboot/aboot.c,增加:
+#include <i2c_qup.h>
+#include <blsp_qup.h>
#include <app.h>
extern int get_target_boot_params(const char *cmdline, const char *part,
char **buf);