diff options
author | Roger Pau Monné <royger@FreeBSD.org> | 2021-02-13 16:59:01 +0100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2021-03-30 16:52:59 +0800 |
commit | 19c6b8cf8bea6d3634594bcb6a26768ecf4e9b96 (patch) | |
tree | ceeb244d4cbba1428d724b9da37173766f6236da /configs/odroid-go2_defconfig | |
parent | 4906238191b90be7aec2269ba8cd6aeb161cd312 (diff) | |
download | u-boot-19c6b8cf8bea6d3634594bcb6a26768ecf4e9b96.tar.gz |
odroid-go2: remove setting SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
Using a non-default SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR setting makes the
resulting u-boot-rockchip.bin unbootable, as it gets stuck after SPL.
Removing the setting from the defconfig allows U-Boot to load
successfully.
Signed-off-by: Roger Pau Monné <royger@FreeBSD.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/odroid-go2_defconfig')
-rw-r--r-- | configs/odroid-go2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig index 853890901a..5632b15611 100644 --- a/configs/odroid-go2_defconfig +++ b/configs/odroid-go2_defconfig @@ -33,7 +33,6 @@ CONFIG_SPL_BOOTROM_SUPPORT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y # CONFIG_TPL_BANNER_PRINT is not set -CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200 CONFIG_SPL_CRC32_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y |