diff options
author | Mauro Condarelli <mc5686@mclink.it> | 2020-09-20 18:28:59 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2020-09-23 00:14:56 +0200 |
commit | 7d1538cc9bb87d12dcd8c9f9b07c17bb510042ef (patch) | |
tree | 31a8e5cc84feaa0d7af650b580b06fff0673c3b9 /arch | |
parent | bd25f9a69fa5accde66cf914154bdd64604d8f64 (diff) |
mips: vocore2: fix various issues
- fix SPL image generation
- fix incorrect console output
- increase malloc_f and malloc_r space to fix LZMA decompression errors
- increase SPI flash clock
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
[squashed to one patch, fix commit subject and description]
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dts/vocore_vocore2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/vocore_vocore2.dts b/arch/mips/dts/vocore_vocore2.dts index 3502e4b8b7..9adf39652f 100644 --- a/arch/mips/dts/vocore_vocore2.dts +++ b/arch/mips/dts/vocore_vocore2.dts @@ -59,7 +59,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; - spi-max-frequency = <25000000>; + spi-max-frequency = <40000000>; reg = <0>; }; }; |