diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-24 10:49:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-24 10:49:28 -0400 |
commit | c99e87f82803500f9811b1e98926d9d25df35b38 (patch) | |
tree | 9ed4491e17a925e5d7a50ff21af8c33080f32ef1 /configs/pumpkin_defconfig | |
parent | 001ab99325bf82cf3284771d1312585570569740 (diff) | |
parent | 16cc5ad0b439b1444af8134019d9d49d776fd67c (diff) | |
download | u-boot-c99e87f82803500f9811b1e98926d9d25df35b38.tar.gz |
Merge branch '2020-10-23-misc-changes'
Highlights:
- Fix a problem with the bootm overlap tests
- Remove duplicated code in fatwrite
- Cleanup our current "misc" command code and add a new one for misc
class devices.
- Various GPIO fixes
Diffstat (limited to 'configs/pumpkin_defconfig')
-rw-r--r-- | configs/pumpkin_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pumpkin_defconfig b/configs/pumpkin_defconfig index 3d6af03d22..ab50124af2 100644 --- a/configs/pumpkin_defconfig +++ b/configs/pumpkin_defconfig @@ -42,7 +42,7 @@ CONFIG_CMD_PART=y # CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_BLOCK_CACHE is not set -# CONFIG_CMD_MISC is not set +# CONFIG_CMD_SLEEP is not set CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y # CONFIG_NET is not set |