X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Farndale.h;h=5109f7de53433dadfbcef0ae619c65ef9f3ef5c4;hb=d2e5250be49fce4653689c41a5dc7e2d7e7ecf33;hp=dd321c4748d018437e724f79c15817c8695e5423;hpb=86f578ee85a697afb980233312f9aac1d98816df;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/arndale.h b/include/configs/arndale.h index dd321c4..5109f7d 100644 --- a/include/configs/arndale.h +++ b/include/configs/arndale.h @@ -14,35 +14,18 @@ #include "exynos5250-common.h" #include -/* allow to overwrite serial and ethaddr */ -#define CONFIG_ENV_OVERWRITE - /* MMC SPL */ #define CONFIG_EXYNOS_SPL /* 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 */