| According to ./include/linux/kconfig.h,
CONFIG_IS_ENABLED(OF_BOARD) expands to 0
when CONFIG_SPL_BUILD is defined because
there is no CONFIG_SPL_OF_BOARD.
Use #if defined instead.
Fixes:  | ||
|---|---|---|
| .. | ||
| adp-ae3xx | ||
| adp-ag101p | ||
| ax25-ae350 | ||