mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
Remove support for CONFIG_HAS_UID and "forceenv" command
This (undocumented) concept was only in use for the MVSMR and davinci_schmoogie Sergey Kubushyn <ksi@koi8.net> boards. Drop it for now. If really needed, it should be reimplemented later in the context of the new environment command set. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Andre Schwarz <andre.schwarz@matrix-vision.de> Cc: Sergey Kubushyn <ksi@koi8.net> Acked-by: Sergey Kubushyn <ksi@koi8.net>
This commit is contained in:
@@ -34,9 +34,6 @@ unsigned long get_version(void)
|
||||
# define spi_release_bus dummy
|
||||
# define spi_xfer dummy
|
||||
#endif
|
||||
#ifndef CONFIG_HAS_UID
|
||||
# define forceenv dummy
|
||||
#endif
|
||||
|
||||
void jumptable_init(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user