mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
- Provide a default Kconfig value of the default script - Largely continue to define this via the board Kconfig file - For the boards that select a script based on defconfig rather than TARGET, keep this within the defconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
if TARGET_PHYCORE_IMX8MP
|
|
|
|
config SYS_BOARD
|
|
default "phycore_imx8mp"
|
|
|
|
config SYS_VENDOR
|
|
default "phytec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "phycore_imx8mp"
|
|
|
|
config IMX_CONFIG
|
|
default "board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg"
|
|
|
|
endif
|