]> git.baikalelectronics.ru Git - uboot.git/commit
image: Drop IMAGE_BOOT_GET_CMDLINE
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:25 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit0b2710c9e7b10e924164576cbbe0dea1eec58066
tree7d701ff07e0e9a6e17bf02d10c2cb16e51dd8b31
parent537bcd38261c85ac908668db3aeaaa0c8fa9227b
image: Drop IMAGE_BOOT_GET_CMDLINE

This is not needed with Kconfig, since we can use IS_ENABLED() easily
enough and the board code is now in a separate file. Update the only place
where this is used and drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/image-board.c
include/image.h