diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 10:48:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-29 10:48:01 -0400 |
commit | cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf (patch) | |
tree | 07da2b52545376d2c72b1ff7089a4af1570b7783 /configs/sandbox64_defconfig | |
parent | 5a4a891e045ba65ffbee10c3f71b2eaafca872ad (diff) | |
download | u-boot-cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf.tar.gz u-boot-cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf.tar.bz2 u-boot-cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sandbox64_defconfig')
-rw-r--r-- | configs/sandbox64_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index e9928d5fc2..23a47d158c 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -69,6 +69,8 @@ CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_SOUND=y CONFIG_CMD_QFW=y +CONFIG_CMD_PSTORE=y +CONFIG_CMD_PSTORE_MEM_ADDR=0x3000000 CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_PMIC=y CONFIG_CMD_REGULATOR=y @@ -80,8 +82,6 @@ CONFIG_CMD_CBFS=y CONFIG_CMD_CRAMFS=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_MTDPARTS=y -CONFIG_CMD_PSTORE=y -CONFIG_CMD_PSTORE_MEM_ADDR=0x3000000 CONFIG_MAC_PARTITION=y CONFIG_AMIGA_PARTITION=y CONFIG_OF_CONTROL=y |