Files
u-boot-krane/configs/am335x_hs_evm_defconfig
Markus Schneider-Pargmann (TI)andTom Rini cc1c6632b6 configs: am335x_evm: Unify evm board defconfigs
Much of the config symbols between the evm boards are the same
independent of the actual board. This patch creates a hierarchy for the
am335x_evm configs:

  am335x_evm.config
  `-> am335x_evm_defconfig
  `-> am335x_evm_spiboot_defconfig
  `-> am335x_hs_evm.config
      `-> am335x_hs_evm_defconfig
      `-> am335x_hs_evm_uart_defconfig

Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com>
2026-06-12 13:01:24 -06:00

6 lines
139 B
Plaintext

#include <configs/am335x_hs_evm.config>
CONFIG_SPL_TEXT_BASE=0x40300350
CONFIG_SPL_MAX_SIZE=0xb0b0
# CONFIG_SPL_YMODEM_SUPPORT is not set