Hello,
I suppose you copy the entire flash content into RAM, right? If not, resources are already loaded on demand. That means, the first time your application accesses a bitmap resource, the resource is loaded in internal cache. Resources not needed are not loaded in advance.
I hope it helps you further.
Best regards
Paul Banach