]> Git Repo - J-u-boot.git/commit
image: Drop IMAGE_BOOT_GET_CMDLINE
authorSimon Glass <[email protected]>
Sun, 26 Sep 2021 01:43:25 +0000 (19:43 -0600)
committerTom Rini <[email protected]>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commit806d1ff37b0afe8cbf5658dc01876f6321aed235
tree7d701ff07e0e9a6e17bf02d10c2cb16e51dd8b31
parente7d285b2f38202f9d7ffbdcae59283f08bafd8b9
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 <[email protected]>
Reviewed-by: Alexandru Gagniuc <[email protected]>
common/image-board.c
include/image.h
This page took 0.051065 seconds and 4 git commands to generate.