From 34803205ebb4a049fd8c3e3f885ba440a9fb585e Mon Sep 17 00:00:00 2001 From: Ignacio Zamora Date: Sat, 8 Oct 2022 09:50:56 -0500 Subject: Fix typo in CONFIG_USBNET_DEVADDR Fix typo that was caused by the same feature being split in to 2 different configuration options. Replace CONFIG_USBNET_DEVADDR with CONFIG_USBNET_DEV_ADDR Signed-off-by: Ignacio Zamora --- include/configs/warp7.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 7e9b25b07b2..a9cc8595357 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -100,8 +100,6 @@ /* USB Device Firmware Update support */ #define DFU_DEFAULT_POLL_TIMEOUT 300 -#define CONFIG_USBNET_DEV_ADDR "de:ad:be:af:00:01" - /* Environment variable name to represent HAB enable state */ #define HAB_ENABLED_ENVNAME "hab_enabled" -- cgit v1.2.3 From 767ecc5f9ff932c2f8361238d50c1dc6e7d07dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sun, 9 Oct 2022 15:12:09 +0200 Subject: Nokia RX-51: Remove CONFIG_UBI_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CONFIG_UBI_SIZE option is not used, so remove it. Signed-off-by: Pali Rohár --- include/configs/nokia_rx51.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 97aafc5f725..a88cfe77d50 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -31,8 +31,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_UBI_SIZE (512 << 10) - /* * Hardware drivers */ -- cgit v1.2.3