Re: [U-Boot] FDT retrived varaibles appear to have different properties fom other u-boot variables - and are corrupted on get, set, get sequence

2016-11-17 Thread Tom Rini
On Mon, Nov 14, 2016 at 12:08:23AM +, d...@synoia.com wrote: > Cédric > I move the fdt to 0x100 > fdt move ${fdt_addr}  100 > fdt addr 100 > > then > fdt get value bootargs /chosen bootargs > printenv bootargs > bootargs=all the boot args...but setenv abc $bootargs fails...as >

[U-Boot] FDT retrived varaibles appear to have different properties fom other u-boot variables - and are corrupted on get, set, get sequence

2016-11-13 Thread dh
Cédric I move the fdt to 0x100 fdt move ${fdt_addr}  100 fdt addr 100 then fdt get value bootargs /chosen bootargs printenv bootargs bootargs=all the boot args...but setenv abc $bootargs fails...as does printenv $bootargs fdt set bootargs /chosen bootargsfdt get value bootargs