
7 May
2014
7 May
'14
1:07 a.m.
On Tue, May 06, 2014 at 03:34:50PM -0700, Ash Charles wrote:
On Tue, May 6, 2014 at 11:02 AM, Tom Rini trini@ti.com wrote:
Shouldn't need this, you don't support any non-DT kernels do you, really?
Embarrassingly, the default kernel is non-devicetree. Future updates to the BSP will use devicetree instead but some customers may still wish to use a non-devicetree kernel. Do you prefer a v2 with non-devicetree removed or can this stand as-is?
As long as it's really being used then OK, you can keep it.
+#define CONFIG_EXTRA_ENV_SETTINGS \
"loadaddr=0x80F80000\0" \
"dtbaddr=0x80200000\0" \
Please look at DEFAULT_LINUX_BOOT_ENV and the related discussions.
Cool. Will send a v2 with this fixed.
Thanks!
--
Tom