mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

The am62x-lp-sk is a package and reference board spin of the am62x-sk to showcase the low-power features of the am62x SoC family. Because it so closely resembles the am62x-sk board, use the preprocessor to inherit its configuration making the needed changes for this board where necessary. Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
8 lines
193 B
Text
8 lines
193 B
Text
#include <configs/am62x_evm_a53_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_K3=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am62-lp-sk"
|
|
CONFIG_OF_UPSTREAM=y
|
|
CONFIG_SOC_K3_AM625=y
|
|
CONFIG_TARGET_AM625_A53_EVM=y
|