X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Farndale.h;h=308cd30cb3d53f90da92a3e4196839d2077ffb5d;hb=a74a2134b245d19a999c796d29285597a22954ed;hp=dd321c4748d018437e724f79c15817c8695e5423;hpb=8b77ea90a7055f1da2931baca03d102dfa08aa36;p=oweals%2Fu-boot.git diff --git a/include/configs/arndale.h b/include/configs/arndale.h index dd321c4748..308cd30cb3 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -23,26 +23,14 @@ /* Miscellaneous configurable options */ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0" -#define CONFIG_ENV_OFFSET (CONFIG_BL2_OFFSET + CONFIG_BL2_SIZE) - #define CONFIG_IRAM_STACK 0x02050000 #define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK -/* PMIC */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C - -#define CONFIG_PREBOOT - #define CONFIG_S5P_PA_SYSRAM 0x02020000 #define CONFIG_SMP_PEN_ADDR CONFIG_S5P_PA_SYSRAM /* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */ #define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000 -/* Power */ -#define CONFIG_POWER -#define CONFIG_POWER_I2C - #endif /* __CONFIG_H */