diff options
author | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-08-02 10:21:35 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-10 13:38:30 -0400 |
commit | 5e2548c1d6e0331edbf94edcfc95d55b5e9a6cab (patch) | |
tree | 688a7495be70cf38dd466eed66dddc8e8f8e4efd /drivers/core/acpi.c | |
parent | c252fa5cdbb421bbcca750866e5c5f9f6c8c1c34 (diff) |
lmb: Fix LMB_MEMORY_REGIONS flag usage
This patch is fixing a broken boot observed on stm32mp157c-dk2 board.
IS_ENABLED macro should be used to check if a compilation flag is set
to "y" or "m".
LMB_MEMORY_REGIONS is set to a numerical value, IS_ENABLED macro is not
suitable in this case.
Fixes: 7c1860fce4e3 ("lmb: Fix lmb property's defination under struct lmb")
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/core/acpi.c')
0 files changed, 0 insertions, 0 deletions