mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 22:03:01 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
# CONFIG_MMC_PCI is not set
|
|
CONFIG_OF_OVERLAY_LIST="rpi-env infix-key"
|
|
# CONFIG_ENV_IS_IN_FAT is not set
|
|
CONFIG_CMD_BMP=y
|
|
CONFIG_CMD_RPI_DISPLAY=y
|
|
CONFIG_SPLASH_SCREEN=y
|
|
CONFIG_SPLASH_SCREEN_ALIGN=y
|
|
CONFIG_BMP=y
|
|
CONFIG_BMP_24BPP=y
|
|
CONFIG_VIDEO=y
|
|
CONFIG_VIDEO_BMP_RLE8=y
|