X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpepper.h;h=2aa63fcc73ad09fc79d4a54a9fe6514350b6f025;hb=c27269953b94d19b3fc7a21a1c3e19985507b94d;hp=cc153abaa9ebc14f98bed3889a4c2666777481f5;hpb=c534d2fdcf7aa80230a0f1ed54d5e3164ba595eb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pepper.h b/include/configs/pepper.h index cc153ab..2aa63fc 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -7,18 +7,15 @@ #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 */ @@ -26,8 +23,6 @@ #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 \ @@ -39,7 +34,7 @@ "optargs=\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "mmcargs=setenv bootargs console=${console} " \ "${optargs} " \ "root=${mmcroot} " \ @@ -94,6 +89,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 */