diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-05 12:25:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-05 12:25:39 -0400 |
commit | abad176da14c576b5126484b03cba73a3b2c6f16 (patch) | |
tree | 1baba7f9058acf8e41a043e6ce0f08dd1b94f644 /arch/microblaze | |
parent | 86f578ee85a697afb980233312f9aac1d98816df (diff) | |
parent | 9337a08768dfa0a006382f1d05cf69b5f67f7844 (diff) |
Merge branch '2019-05-05-master-imports'
- Various assorted fixes
- btrfs zstd compression support
- Enable hardware DDR levelling on am43xx platforms.
- pl310 cache controller driver
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/cpu/u-boot-spl.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/cpu/u-boot-spl.lds b/arch/microblaze/cpu/u-boot-spl.lds index 99c62b51a1..3387eb7189 100644 --- a/arch/microblaze/cpu/u-boot-spl.lds +++ b/arch/microblaze/cpu/u-boot-spl.lds @@ -57,6 +57,6 @@ SECTIONS } #if defined(CONFIG_SPL_MAX_FOOTPRINT) -ASSERT(__end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \ +ASSERT(__end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \ "SPL image plus BSS too big"); #endif |