[PATCH] board_f: show_dram_config: Print also real DRAM size

Pali Rohár pali at kernel.org
Sun Sep 18 13:30:15 CEST 2022


On Monday 12 September 2022 17:58:09 Sean Anderson wrote:
> You can use TEST_STATIC from test/export.h this case.

Now I sent new patch version where I extended comment.

I have still issue with test framework. Could you help me how to write
that unit test and run it? Scenario should really simple, just check
like this:

  sizes_near(87654321, 87654320) == true;
  sizes_near(87654321, 1000) == false;


More information about the U-Boot mailing list