diff options
| author | Jonas Smedegaard <[email protected]> | 2019-05-20 22:27:18 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2019-05-20 22:29:55 +0530 |
| commit | ee61c168bdc2732a5be1770dc5785693228fd5be (patch) | |
| tree | f959f9bb8af79ba5c26e74a6841eade90e3e4683 | |
| parent | b4161b7d1376eb834b993cd4b2f85f49b5e07eeb (diff) | |
sun50i: a64: teres_i: Fix broken SPL_TEXT_BASE
SPL_TEXT_BASE was moved into Kconfig, which previously part of
include/configs before this teres_i support gets merged.
Fix it by explicitly define in defconfig like other boards does.
Signed-off-by: Jonas Smedegaard <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
| -rw-r--r-- | configs/teres_i_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/teres_i_defconfig b/configs/teres_i_defconfig index 421a8d3d408..1b57a487121 100644 --- a/configs/teres_i_defconfig +++ b/configs/teres_i_defconfig @@ -7,6 +7,7 @@ CONFIG_DRAM_ZQ=3881949 CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_USB1_VBUS_PIN="PL7" CONFIG_I2C0_ENABLE=y +CONFIG_SPL_TEXT_BASE=0x10060 # CONFIG_CMD_FLASH is not set # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set |
