Hi Lukasz,

On Thu, Aug 15, 2024 at 5:10 AM Lukasz Majewski <[email protected]> wrote:

> +#define UBOOT_ITB_OFFSET                       0x57C00
> +#define FSPI_CONF_BLOCK_SIZE           0x1000
> +#define UBOOT_ITB_OFFSET_FSPI  \
> +       (UBOOT_ITB_OFFSET + FSPI_CONF_BLOCK_SIZE)

Putting it in a single line helps readability.

> +#ifdef CONFIG_FSPI_CONF_HEADER
> +#define CFG_SYS_UBOOT_BASE  \
> +       (QSPI0_AMBA_BASE + UBOOT_ITB_OFFSET_FSPI)

Same here.

Reply via email to