[U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4
Peter Korsgaard
jacmet at sunsite.dk
Sun Feb 17 21:03:05 CET 2013
>>>>> "Koen" == Koen Kooi <koen at dominion.thruhere.net> writes:
Koen> The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards.
Koen> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Koen> ---
Koen> include/configs/am335x_evm.h | 1 +
Koen> 1 file changed, 1 insertion(+)
Koen> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
Koen> index 72459d8..2190a7d 100644
Koen> --- a/include/configs/am335x_evm.h
Koen> +++ b/include/configs/am335x_evm.h
Koen> @@ -144,6 +144,7 @@
Koen> #define CONFIG_DOS_PARTITION
Koen> #define CONFIG_CMD_FAT
Koen> #define CONFIG_CMD_EXT2
Koen> +#define CONFIG_CMD_EXT4
Shouldn't the bootcmd then also be changed to use ext4load instead? Why
keep CMD_EXT2 enabled?
--
Bye, Peter Korsgaard
More information about the U-Boot
mailing list