
17 Feb
2013
17 Feb
'13
9:03 p.m.
"Koen" == Koen Kooi koen@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@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