[U-Boot] [PATCH v2 1/3] am335x-evm: enable ext4

Koen Kooi koen at dominion.thruhere.net
Sun Feb 17 23:50:23 CET 2013



Op 17 feb. 2013 om 14:03 heeft Peter Korsgaard <jacmet at sunsite.dk> het volgende geschreven:

>>>>>> "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?

that will be a followup patch

> 
> -- 
> Bye, Peter Korsgaard


More information about the U-Boot mailing list