diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:07:13 -0500 |
commit | 00faea644a0afb8eccb332af446c4ca9d0abe095 (patch) | |
tree | 0c96d4736601d2ced4d9bf8aa8ccffa0440649a8 /include/configs/ls1021aiot.h | |
parent | d5596cbc6e4d189e006f0422b162cd12e07c5b97 (diff) | |
download | u-boot-00faea644a0afb8eccb332af446c4ca9d0abe095.tar.gz u-boot-00faea644a0afb8eccb332af446c4ca9d0abe095.tar.bz2 u-boot-00faea644a0afb8eccb332af446c4ca9d0abe095.zip |
arm: ls102xa: Migrate LS102XA_STREAM_ID
This symbol appears to be globally used in the architecture, select it.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index a968014980..024a718527 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -103,8 +103,6 @@ */ #define CFG_SYS_BOOTMAPSZ (256 << 20) -#define CONFIG_LS102XA_STREAM_ID - #include <asm/fsl_secure_boot.h> #endif |