Re: [U-Boot] RFC, am335x_evm.h patch for u-boot on SD and rest on eMMC on BBB

2013-09-05 Thread Robert P. J. Day
i'm still interested on thoughts on this proposed patch: On Wed, 4 Sep 2013, Robert P. J. Day wrote: > > soldiering on with my configuring and building u-boot for my BBB, i > have a proposal for include/configs/am335x_evm.h: > > #define CONFIG_BOOTCOMMAND \ > "run findfdt; " \ >

[U-Boot] RFC, am335x_evm.h patch for u-boot on SD and rest on eMMC on BBB

2013-09-04 Thread Robert P. J. Day
soldiering on with my configuring and building u-boot for my BBB, i have a proposal for include/configs/am335x_evm.h: #define CONFIG_BOOTCOMMAND \ "run findfdt; " \ "run mmcboot;" \ "setenv mmcdev 1; " \ "setenv bootpart 1:2; " \ "setenv mmcroot /dev/mmcbl