diff options
author | Tom Rini | 2022-12-04 10:13:44 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:15:11 -0500 |
commit | 77d0870c2901b28e003fa256c00d8570b2066cae (patch) | |
tree | 3fc4a4fd29d5c88df3d3c16979ae423b3dfd5223 /include/configs/ls1028ardb.h | |
parent | dbfaeecf597b1fb1322f357b8253cc6198081f17 (diff) |
global: Migrate CONFIG_SCSI_DEV_LIST to CFG
Perform a simple rename of CONFIG_SCSI_DEV_LIST to CFG_SCSI_DEV_LIST
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1028ardb.h')
-rw-r--r-- | include/configs/ls1028ardb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1028ardb.h b/include/configs/ls1028ardb.h index 8c53636beac..ee4f885c534 100644 --- a/include/configs/ls1028ardb.h +++ b/include/configs/ls1028ardb.h @@ -52,7 +52,7 @@ /* SATA */ #define SCSI_VEND_ID 0x1b4b #define SCSI_DEV_ID 0x9170 -#define CONFIG_SCSI_DEV_LIST {SCSI_VEND_ID, SCSI_DEV_ID} +#define CFG_SCSI_DEV_LIST {SCSI_VEND_ID, SCSI_DEV_ID} /* Initial environment variables */ #ifndef SPL_NO_ENV |