]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Move the output code into its own function
authorSimon Glass <sjg@chromium.org>
Sun, 23 Apr 2017 00:42:21 +0000 (18:42 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:21 +0000 (13:37 -0600)
commitc26212fb54b8116b38038f03da5aee3e4ab0b8d4
treebe44464b1a5d65300a89cc3ebaed098f73fb1c17
parented8a24f891b8e5172317dd30c93f311d3139d55e
dtoc: Move the output code into its own function

The code to generate the tables is quite long. Move the node-output code
into its own function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
tools/dtoc/dtoc.py