
19 Feb
2021
19 Feb
'21
5:55 p.m.
On Thu, Feb 18, 2021 at 02:29:38PM +0100, Kory Maincent wrote:
Update the Kconfig and the board file to make the am335x board compatible with cape detection.
Signed-off-by: Kory Maincent kory.maincent@bootlin.com
arch/arm/mach-omap2/am33xx/Kconfig | 1 + board/ti/am335x/board.c | 1 + include/configs/am335x_evm.h | 2 ++ 3 files changed, 4 insertions(+)
[snip]
+#define CONFIG_CAPE_EEPROM_BUS_NUM 2
You can't add new CONFIG options like that outside of Kconfig.
--
Tom