
To ease maintenance, limit test scenarios and variations, let's enable a few things: - full bootstd - a handful of CLI commands like gpio, squashfs, erofs, pmic, regulator, and the likes.
This also disables support for non-Linux OSes as Linux is the primary target, we may revisit this in the future if necessary.
Also disables support for zImage on Puma since those aren't supported on Aarch64, one is supposed to use Image.gz (or any other supported compression format) with booti instead.
Signed-off-by: Quentin Schulz quentin.schulz@cherry.de --- Quentin Schulz (2): rockchip: ringneck-px30: get closer to other Theobroma defconfigs rockchip: puma-rk3399: get closer to other Theobroma defconfigs
configs/puma-rk3399_defconfig | 9 ++++++++- configs/ringneck-px30_defconfig | 16 +++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) --- base-commit: 787eaa9c8df2660c748358eb689de916f991e22e change-id: 20240612-ringneck-bootd-ea9126a0e108
Best regards,