[U-Boot] [PATCH V2 06/14] ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

Vaibhav Bedia vaibhav.bedia at gmail.com
Thu Nov 21 21:28:34 CET 2013


On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla <lokeshvutla at ti.com> wrote:
[...]
> +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
> +       char safe_string[HDR_NAME_LEN + 1];
> +       struct am43xx_board_id header;
> +
> +       if (read_eeprom(&header) < 0)
> +               puts("Could not get board ID.\n");

Hmm... didn't the previous patch read the EEPROM?


More information about the U-Boot mailing list