diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-06 20:42:44 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-16 13:56:43 +0100 |
commit | b8e7e5d8c5216d48e2e2d6b42e80a5b6cba8b949 (patch) | |
tree | 8c27a0c420f0ea726fede95e08e9ea69a462a47f /configs/ci20_mmc_defconfig | |
parent | 2fdadc0f82431d8b5249257cc1651d32c473895b (diff) |
MIPS: jz47xx: remove custom u-boot-spl.lds
There is no real difference between the generic variant and
the custom variant except that the generic variant is more
optimised. This also saves 24 Bytes in the SPL binary.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tested-by: Ezequiel Garcia <ezequiel@collabora.com>
Diffstat (limited to 'configs/ci20_mmc_defconfig')
-rw-r--r-- | configs/ci20_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/ci20_mmc_defconfig b/configs/ci20_mmc_defconfig index c1b1c3f7e9..9602c8c6fe 100644 --- a/configs/ci20_mmc_defconfig +++ b/configs/ci20_mmc_defconfig @@ -1,5 +1,4 @@ CONFIG_MIPS=y -CONFIG_SPL_LDSCRIPT="arch/mips/mach-jz47xx/jz4780/u-boot-spl.lds" CONFIG_SYS_TEXT_BASE=0x80010000 CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y |