diff mbox series

[U-Boot] ARM: rmobile: Enable convenient commands on Porter

Message ID 20180217002540.26044-1-marek.vasut+renesas@gmail.com
State Accepted
Commit a05dab4e7612b83e4d4b768f53bb9926cf545358
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: rmobile: Enable convenient commands on Porter | expand

Commit Message

Marek Vasut Feb. 17, 2018, 12:25 a.m. UTC
Enable cache and time commands, which are convenience tools for
doing benchmarks and various boot tests. Also enable FIT support
for booting fitImage.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 configs/porter_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/porter_defconfig b/configs/porter_defconfig
index 80cf185bbd..c244a9c221 100644
--- a/configs/porter_defconfig
+++ b/configs/porter_defconfig
@@ -11,6 +11,7 @@  CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_SPL_SPI_FLASH_SUPPORT=y
 CONFIG_SPL_SPI_SUPPORT=y
 CONFIG_DEFAULT_DEVICE_TREE="r8a7791-porter-u-boot"
+CONFIG_FIT=y
 CONFIG_BOOTDELAY=3
 CONFIG_VERSION_VARIABLE=y
 CONFIG_SPL=y
@@ -31,6 +32,8 @@  CONFIG_CMD_USB=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_TIME=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
@@ -73,4 +76,3 @@  CONFIG_DM_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_PCI=y
 CONFIG_USB_STORAGE=y
-CONFIG_SPL_FRAMEWORK=y