hibylinux: Shrink PLUGIN_BUFFER to 512K

Hosted platforms use dlopen() for plugin loading, and hibylinux is
relatively RAM constrained, so shrink this will free up more memory to
the OS for plugins to use.

Change-Id: I6b7cb17b964eaf5afc4958db242dfe4b82178e2e
This commit is contained in:
Solomon Peachy 2025-09-13 08:34:38 -04:00
parent 32d52e0415
commit b497e71708

View file

@ -37,7 +37,7 @@
#define CODEC_SIZE 0x100000
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x100000
#define PLUGIN_BUFFER_SIZE 0x80000
#define CONFIG_LCD LCD_INGENIC_LINUX