Skip to content

Commit

Permalink
configs: evb-ast2600-spl: Remove U-Boot MMC raw sector
Browse files Browse the repository at this point in the history
The raw sector of U-Boot image is not used in this SPI-booting
based defconfig. Remove it to avoid confusion.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Change-Id: I3e13176f7c170e67e3b4a8d7ac2e80729add9852
  • Loading branch information
ChiaweiW committed Mar 21, 2022
1 parent 47ac369 commit 3c81795
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configs/evb-ast2600-spl_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x80
CONFIG_SPL_SHA1_SUPPORT=y
CONFIG_SPL_SHA256_SUPPORT=y
CONFIG_SPL_SHA384_SUPPORT=y
Expand Down Expand Up @@ -101,7 +99,6 @@ CONFIG_DM_I2C=y
CONFIG_SYS_I2C_ASPEED=y
CONFIG_MISC=y
CONFIG_ASPEED_AHBC=y
CONFIG_ASPEED_H2X=y
CONFIG_ASPEED_DP=y
CONFIG_DM_MMC=y
CONFIG_SPL_MMC_TINY=y
Expand Down

0 comments on commit 3c81795

Please sign in to comment.