diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-21 14:11:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-21 14:11:11 -0400 |
commit | 271dc9ce7f9652e2fe3794871900fef292a9777b (patch) | |
tree | 809041444563947c9df97e6e7149abf79c9431b6 /configs/opos6uldev_defconfig | |
parent | 226a35ef0ef310d8fffa3e6283ee3aab9dab26aa (diff) | |
parent | f5128514137633ee951b1c484945bec9092c4e99 (diff) |
Merge branch '2019-06-21-master-imports'
- Assorted small fixes
- Bugfix RSA handling code to reject images with unknown padding.
- Some boards disabled unused features to turn off DM warnings.
Diffstat (limited to 'configs/opos6uldev_defconfig')
-rw-r--r-- | configs/opos6uldev_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index badc4b0236..b0ec1208f5 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_TEXT_BASE=0x87800000 CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_OPOS6ULDEV=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y |