summaryrefslogtreecommitdiffstats
path: root/include/configs/trimslice.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-11-05 13:22:00 +0000
committerTom Warren <twarren@nvidia.com>2012-11-19 08:15:43 -0700
commit3786a942b5892441982f5d8908303f360bac9f8c (patch)
tree7b97b3c5394bd822c6426cc8d0e9f0f4e0a121e1 /include/configs/trimslice.h
parentef24c38a6f99baae46fd060da9848c1800889c52 (diff)
downloadblackbird-obmc-uboot-3786a942b5892441982f5d8908303f360bac9f8c.tar.gz
blackbird-obmc-uboot-3786a942b5892441982f5d8908303f360bac9f8c.zip
tegra: use generic fs commands in BOOTCOMMAND
Modify tegra-common-post.h's BOOTCOMMAND definition to use the generic filesystem command load rather than separate fatload and ext2load. This removes the need to iterate over supported filesystem types in the boot command. This requires editing all board config headers to enable the new commands. The now-unused commands are left enabled to assue backwards compatibility with any user scripts. Boards (all from Avionic Design) which define custom BOOTCOMMAND values are not affected. Signed-off-by: Stephen Warren <swarren@nvidia.com> tegra generic fs cmds fixup Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/trimslice.h')
-rw-r--r--include/configs/trimslice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
index 165bc73c52..334d3a3b8b 100644
--- a/include/configs/trimslice.h
+++ b/include/configs/trimslice.h
@@ -69,8 +69,11 @@
#define CONFIG_DOS_PARTITION
#define CONFIG_EFI_PARTITION
+#define CONFIG_FS_EXT4
+#define CONFIG_FS_FAT
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT
+#define CONFIG_CMD_FS_GENERIC
/* Environment in SPI */
#define CONFIG_ENV_IS_IN_SPI_FLASH
OpenPOWER on IntegriCloud