]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: fsl: csu: Reduce size of ns_dev
authorSean Anderson <sean.anderson@seco.com>
Mon, 17 Oct 2022 15:45:12 +0000 (11:45 -0400)
committerPeng Fan <peng.fan@nxp.com>
Tue, 18 Oct 2022 01:32:53 +0000 (09:32 +0800)
commitc4f0de3eecd951cd5480cdbc9d96c63a4432a521
treef364606ebf2f3fd644f8b99624d66f894a6bd695
parent3ed84e73fb59c592c4cdfe3b56cce5cecf30a7da
arm: fsl: csu: Reduce size of ns_dev

None of the values in this struct are larger than 256, so we can reduce
the members to u8s. This saves around 1K.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/fsl_csu.h