diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-10-06 18:49:47 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-10-08 08:31:24 +0200 |
commit | b0e763b7b880494e0b5e96ba2ea5accc9f178926 (patch) | |
tree | 6849f0cfa8f7dc81b31d2ec210c37cdd9c54553d /include/configs/pm9263.h | |
parent | 20a3969d33b1957e72a0e40b1bc9bcaf2623cd4e (diff) | |
download | u-boot-b0e763b7b880494e0b5e96ba2ea5accc9f178926.tar.gz |
pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT
Remove the latest reference of CONFIG_USER_LOWLEVEL_INIT in code
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/configs/pm9263.h')
-rw-r--r-- | include/configs/pm9263.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index e825270de8a..8d11759aa0f 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -145,7 +145,6 @@ #define CONFIG_INITRD_TAG 1 #undef CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_USER_LOWLEVEL_INIT 1 /* * Hardware drivers |