Re: cpu_rootconf() vs booted_device issues

2022-03-14 Thread Izumi Tsutsui
mrg@ wrote: > cpu_rootconf problems.most of these only need to have eg > "if (booted_device) return;" added to a function usually > called findroot() or set_root_device(): : > atari > - also checks RB_ASKNAME, which means no default will be set > (consider removing this check

cpu_rootconf() vs booted_device issues

2022-03-13 Thread matthew green
hi folks. i recently changed the evbmarm/fdt code to avoid forcing the 'booted_device' to be set to something if it was already set (in that case, by the raidframe "soft root" code). i surveyed all the cpu_rootconf() implementations. there are a lot, some are fixed but many are not. i'm not