On 5 February 2016 at 16:09, Aurelio Remonda <aurelio.remo...@tallertechnologies.com> wrote: > Hello, im working on this feature right now. > i have a working patch but maybe I can make some changes to make it look > better: > for example in some point i check ram_size like this: > if (ram_size == 0x8000000) > Maybe if i make ram_addr_t default_ram_size global (is a local > variable of set_memory_options function) > i can use it instead of hardcoded 0x8000000.
No, don't do that. Why do you care about whether the ram size is the default or not? thanks -- PMM