Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / include / configs / theadorable.h
index 76b4963..2ce9284 100644 (file)
@@ -25,8 +25,8 @@
  */
 
 /* I2C */
-#define CONFIG_I2C_MVTWSI_BASE0                MVEBU_TWSI_BASE
-#define CONFIG_I2C_MVTWSI_BASE1                MVEBU_TWSI1_BASE
+#define CFG_I2C_MVTWSI_BASE0           MVEBU_TWSI_BASE
+#define CFG_I2C_MVTWSI_BASE1           MVEBU_TWSI1_BASE
 
 /* USB/EHCI configuration */
 
@@ -35,7 +35,7 @@
 #define PHY_ANEG_TIMEOUT       8000    /* PHY needs a longer aneg time */
 
 /* Keep device tree and initrd in lower memory so the kernel can access them */
-#define CONFIG_EXTRA_ENV_SETTINGS      \
+#define CFG_EXTRA_ENV_SETTINGS \
        "fdt_high=0x10000000\0"         \
        "initrd_high=0x10000000\0"