Re: [PATCH v3] bosch: Add initial board support for ACC

2022-04-21 Thread pro
Hi Stefano, On 2022-04-21 16:53, Stefano Babic wrote: Hi Philip, Ci is still broken: On 19.04.22 16:44, Philip Oberfichtner wrote: The Bosch ACC (Air Center Control) Board is based on the i.MX6D. [...] +/* Ethernet */ +#ifdef CONFIG_FEC_MXC +#define CONFIG_FEC_MXC_PHYADDR 0 +#define CONF

Re: [PATCH v3] bosch: Add initial board support for ACC

2022-04-21 Thread Stefano Babic
Hi Philip, Ci is still broken: On 19.04.22 16:44, Philip Oberfichtner wrote: The Bosch ACC (Air Center Control) Board is based on the i.MX6D. Signed-off-by: Philip Oberfichtner --- Changes in v3: - Rename acc to bosch-acc - Sync device tree with Linux Changes in v2: - Adapt defconfig and d

[PATCH v3] bosch: Add initial board support for ACC

2022-04-19 Thread Philip Oberfichtner
The Bosch ACC (Air Center Control) Board is based on the i.MX6D. Signed-off-by: Philip Oberfichtner --- Changes in v3: - Rename acc to bosch-acc - Sync device tree with Linux Changes in v2: - Adapt defconfig and device tree to new bootcount driver - Clean up CONFIG_ENV_FLAGS_LIST_STATIC - Fix