mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

Switch PHY_ANEG_TIMEOUT to CONFIG_PHY_ANEG_TIMEOUT Kconfig symbol. This removes one more configuration headers option finalizes its Kconfig symbol conversion. No functional change expected. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
15 lines
326 B
C
15 lines
326 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Board configuration file for HMIBSC
|
|
*
|
|
* (C) Copyright 2024 Sumit Garg <sumit.garg@linaro.org>
|
|
*/
|
|
|
|
#ifndef __CONFIGS_HMIBSC_H
|
|
#define __CONFIGS_HMIBSC_H
|
|
|
|
/* PHY needs a longer aneg time */
|
|
|
|
#define CFG_ENV_FLAGS_LIST_STATIC "BOOT_A_LEFT:dw,BOOT_B_LEFT:dw,BOOT_ORDER:sw"
|
|
|
|
#endif
|