Re: [PATCH v3 1/3] lmb: Fix lmb property's defination under struct lmb

2022-07-15 Thread Michal Simek
On 7/7/22 10:45, Michal Simek wrote: From: Ashok Reddy Soma Under struct lmb {} the lmb property's should be defined only if CONFIG_LMB_MEMORY_REGIONS is defined. Signed-off-by: Ashok Reddy Soma Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- (no changes since v2) Changes

[PATCH v3 1/3] lmb: Fix lmb property's defination under struct lmb

2022-07-07 Thread Michal Simek
From: Ashok Reddy Soma Under struct lmb {} the lmb property's should be defined only if CONFIG_LMB_MEMORY_REGIONS is defined. Signed-off-by: Ashok Reddy Soma Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- (no changes since v2) Changes in v2: - Also fix lib/lmb.c include/lmb.