X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpepper.h;h=9552dd1bcbba8488ab72324bcce5f47f711fa1a8;hb=43ade93bdb0c8bd57382be810a05b3793749ce85;hp=0bdcf22dc0d685ad507029b71b7b84a22afe6881;hpb=66d10c18bf2c34698362b6fe1891bcc6e8755243;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 0bdcf22..9552dd1 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -7,29 +7,19 @@ #ifndef __CONFIG_PEPPER_H #define __CONFIG_PEPPER_H -#define CONFIG_MMC #include -#undef CONFIG_BOARD_LATE_INIT -#undef CONFIG_SPL_OS_BOOT - /* Clock defines */ #define V_OSCK 24000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) -#undef CONFIG_SYS_PROMPT -#define CONFIG_SYS_PROMPT "pepper# " - #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Mach type */ -#define MACH_TYPE_PEPPER 4207 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_PEPPER #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ #define CONFIG_ENV_IS_NOWHERE -/* Display cpuinfo */ -#define CONFIG_DISPLAY_CPUINFO #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ @@ -96,6 +86,6 @@ #define CONFIG_PHY_RESET_DELAY 1000 /* SPL */ -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/am33xx/u-boot-spl.lds" #endif /* __CONFIG_PEPPER_H */