diff --git a/config/boards/rock-3a.csc b/config/boards/rock-3a.wip similarity index 100% rename from config/boards/rock-3a.csc rename to config/boards/rock-3a.wip diff --git a/config/targets-cli-beta.conf b/config/targets-cli-beta.conf index c073f1fe58..cc505a6951 100644 --- a/config/targets-cli-beta.conf +++ b/config/targets-cli-beta.conf @@ -67,5 +67,9 @@ orangepizero2 edge impish cli rk322x-box edge impish cli beta yes +# Radxa rock-3a +rock-3a edge impish cli beta yes + + # Virtual qemu virtual-qemu current impish cli beta yes diff --git a/patch/u-boot/u-boot-rk35xx/general-fix-source-command.patch b/patch/u-boot/u-boot-rk35xx/general-fix-source-command.patch deleted file mode 100644 index c21e667507..0000000000 --- a/patch/u-boot/u-boot-rk35xx/general-fix-source-command.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/cmd/source.c b/cmd/source.c -index 45e9794..d724d63 100644 ---- a/cmd/source.c -+++ b/cmd/source.c -@@ -84,7 +84,7 @@ source (ulong addr, const char *fit_uname) - * past the zero-terminated sequence of image lengths to get - * to the actual image data - */ -- while (*data++ != IMAGE_PARAM_INVAL); -+ while (*data++); - break; - #endif - #if defined(CONFIG_FIT)