Re: [PATCH v2 09/12] bloblist: Refactor Kconfig to support alloc or fixed

2022-01-13 Thread Simon Glass
At present we do support allocating the bloblist but the Kconfig is a bit strange, since we still have to specify an address in that case. Partly this is because it is a pain to have CONFIG options that disappears when its dependency is enabled. It means that we must have #ifdefs in the code, eithe

[PATCH v2 09/12] bloblist: Refactor Kconfig to support alloc or fixed

2022-01-12 Thread Simon Glass
At present we do support allocating the bloblist but the Kconfig is a bit strange, since we still have to specify an address in that case. Partly this is because it is a pain to have CONFIG options that disappears when its dependency is enabled. It means that we must have #ifdefs in the code, eithe