From: Simon Glass Date: Fri, 22 Oct 2021 03:08:44 +0000 (-0600) Subject: sandbox: Drop distro_boot X-Git-Tag: v2022.07~227^2~31^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79c0e8a935b5470ecc1419cbcce23ec75b1b65f6;p=platform%2Fkernel%2Fu-boot.git sandbox: Drop distro_boot This is a complicated set of #defines and it is painful to convert to a text file. We can (once pending patches are applied) provide the same functionality with bootmethod. Drop this for sandbox to allow conversion to a text-file environment. Signed-off-by: Simon Glass Reviewed-by: Marek BehĂșn --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index d614b70..0da0cf5 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -39,16 +39,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define BOOT_TARGET_DEVICES(func) \ - func(HOST, host, 1) \ - func(HOST, host, 0) - -#ifdef __ASSEMBLY__ -#define BOOTENV -#else -#include -#endif - #define CONFIG_KEEP_SERVERADDR #define CONFIG_UDP_CHECKSUM #define CONFIG_TIMESTAMP @@ -93,7 +83,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ SANDBOX_SERIAL_SETTINGS \ SANDBOX_ETH_SETTINGS \ - BOOTENV \ MEM_LAYOUT_ENV_SETTINGS #ifndef CONFIG_SPL_BUILD