diff options
| author | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
| commit | 0e49f5c26caf9972137a474065afd4bdfe5ec062 (patch) | |
| tree | a1f2f84786fed424a19483f3f996e4454963cfd3 /include | |
| parent | 8db1fa5a0da78c1a9a16882f2e49beac3ccf5308 (diff) | |
| parent | edb47d612fe9ddca77cd583f14c71517f065405f (diff) | |
Merge branch '2022-10-12-additional-fixes'
- Add "ubi list", Nokia RX51 fixes, other assorted fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/nokia_rx51.h | 2 | ||||
| -rw-r--r-- | include/configs/warp7.h | 2 |
2 files changed, 0 insertions, 4 deletions
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 */ 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" |
