mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
8435179271
Create a Kconfig entry for DISPLAY_BOARDINFO and make it be the default in certain architectures. Migrate all config files. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
450 B
Text
17 lines
450 B
Text
CONFIG_PPC=y
|
|
CONFIG_IDENT_STRING=" controlcenterd trailblazer 0.01"
|
|
CONFIG_MPC85xx=y
|
|
CONFIG_TARGET_CONTROLCENTERD=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="TRAILBLAZER,SPIFLASH"
|
|
CONFIG_BOOTDELAY=-2
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
# CONFIG_CMD_BOOTM is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_MMC=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_TPM=y
|
|
CONFIG_DM=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_TPM_AUTH_SESSIONS=y
|
|
CONFIG_TPM=y
|