mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 07:52:46 +02:00
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>
This commit is contained in:
@@ -49,12 +49,6 @@ struct fdt_region;
|
||||
#include <fdt_support.h>
|
||||
#endif /* FIT */
|
||||
|
||||
#ifdef CONFIG_SYS_BOOT_GET_CMDLINE
|
||||
# define IMAGE_BOOT_GET_CMDLINE 1
|
||||
#else
|
||||
# define IMAGE_BOOT_GET_CMDLINE 0
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_OF_BOARD_SETUP
|
||||
# define IMAGE_OF_BOARD_SETUP 1
|
||||
#else
|
||||
|
Reference in New Issue
Block a user