X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpepper.h;h=5abeffbade332ddfc50457bc9ea935f696884867;hb=a1dc980d88a5c9c2b99251c8d8299b0c8948de73;hp=921d33124db066b2e05ccfd34191f7fcdf352aeb;hpb=19a9747535c105fa458d0c9929e6785cf56d1292;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 921d331..5abeffb 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -7,12 +7,8 @@ #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) @@ -20,7 +16,6 @@ #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 */ @@ -91,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/u-boot-spl.lds" #endif /* __CONFIG_PEPPER_H */