On Wed, 10 Jun 2020 at 04:42, Rayagonda Kokatanur <[email protected]> wrote: > > From: Bharat Gooty <[email protected]> > > Add env variables and commands for booting Linux. > > Signed-off-by: Bharat Gooty <[email protected]> > Signed-off-by: Rayagonda Kokatanur <[email protected]> > --- > include/configs/bcm_ns3.h | 366 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 366 insertions(+)
Reviewed-by: Simon Glass <[email protected]> Are you using binman to create your images? It seems like you should put your documentation somewhere in doc/ instead of in this header file.

