Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm: dts: fxblox-rk1: add gpio, setexpr cmd, remove boot order #107

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update fxblox-rk1
  • Loading branch information
mahdichi committed Nov 9, 2024
commit 6d44aa1747ac8545fdde9050fbe150b9322d83ad
1 change: 0 additions & 1 deletion arch/arm/dts/rk3588-fxblox-rk1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = &spi_nor, &sdmmc, &sdhci, &spi_nand;
};

vcc12v_dcin: vcc12v-dcin {
Expand Down
8 changes: 5 additions & 3 deletions configs/fxblox-rk1-rk3588_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
CONFIG_SPL_FIT_HW_CRYPTO=y
# CONFIG_SPL_SYS_DCACHE_OFF is not set
CONFIG_BOOTDELAY=1
CONFIG_BOOTDELAY=3
# CONFIG_DISABLE_CONSOLE=y
# CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_ANDROID_BOOTLOADER=y
CONFIG_ANDROID_AVB=y
Expand Down Expand Up @@ -73,7 +73,7 @@ CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
# CONFIG_CMD_ITEST is not set
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_SETEXPR=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_TFTP_BOOTM=y
CONFIG_CMD_TFTP_FLASH=y
Expand Down Expand Up @@ -216,3 +216,5 @@ CONFIG_AVB_LIBAVB_USER=y
CONFIG_RK_AVB_LIBAVB_USER=y
CONFIG_OPTEE_CLIENT=y
CONFIG_OPTEE_V2=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_MD5SUM=y